A 3d platformer zombie survival shooter made with Unity Engine. To contribute use Unity Version 2021.3.11f1
Never made an open source contribution before? Wondering how contributions work in the in our project? Here's a quick rundown!
- Find an issue that you are interested in addressing or a feature that you would like to add.
- Make the appropriate changes for the issue you are trying to address or the feature that you want to add.
- Push the changes to the remote repository using git push origin branch-name-here.
- Submit a pull request to the upstream repository.
- Title the pull request with a short description of the changes made and the issue or bug report.
- Strictly follow the template for PR requests else it wont be considered
- In the description of the pull request, explain the changes that you made, any issues you think exist with the pull request you made, and any questions you have for the maintainer. It's OK if your pull request is not perfect (no pull request is), the reviewer will be able to help you fix any problems and improve it! Wait for the pull request to be reviewed by a maintainer.
- Make changes to the pull request if the reviewing maintainer recommends them.
- Celebrate your success after your pull request is merged! 🎉
- Follow proper hierarchy in Unity Scenes and store Assets in proper folders in the Project.
- Follow the standard coding practises in Unity.
- Unity Scripting API https://docs.unity3d.com/ScriptReference/
- Unity Learn https://learn.unity.com
- Youtube - https://www.youtube.com/@Brackeys