Theses exercises are a series of Unity related tasks intended to help learn programming in C# from the beginning while also learning to use Unity for game development, this is a side project kindly related to the grade I'm finishing (Web Application Development) so there won't be any specific goal, just learning a new language interactively.
Expect messy stuff since I'm not uploading in a concrete order, neither I'm filtering between programs well done and written, and silly programs (might do in the future).
- Fork and clone this repository. To learn how to fork a repository, see the GitHub documentation on how to fork a repo.
- Copies of repositories on your machine are called clones. If you need help cloning to your local environment you can learn how from the GitHub documentation on cloning a repository.
- Go to any project directory and open the project file in your Unity-related IDE, like Rider from JetBrains. You can either open the file directly on a text editor like Notepad++ also.
- In order to use these scripts you should copy them into your Unity project "Assets" and then using the right objects involved in the code.
- Do not submit your own solutions to this repo, as any PRs that do so will be closed without merging.