| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This wiki is under construction and will suffer changes during the next weeks. Please be patient and if you consider that needs any change or improvement then don't hesitate creating a new issue in this repository to take it into account and make this better for every visitor.
The goal of this wiki is to provide a separated source of knowledge to new Unity3D users, or already beginner/intermediate/advanced developers. As everyone will have different knowledge of the diverse topics that Unity covers this wiki will try to cover every possible aspect separately with different approaches (from surface only to deep insights).
Also, note that this wiki is just another help provided to developers and doesn't compete with the official sources of help that Unity provides already. So in case of doubt or missing contents, go to the official Unity forums and groups and if you want to include what you have learned, then fill an issue in this repository.
To finish, just thank everybody that contributes and makes this a better repository with every help provided. This is made by you, for you and for everyone that makes Unity.
Thank you!
Classified by its difficulty or the order of learning them:
If you are new developing games or you are learning Unity for the first time but you already know how to code, there are (bad) news for you.
You will have to deal with mathematics. Yes, you have read well. All games or apps in Unity include code that takes care of 2D or 3D graphics and these need mathematics to be correctly developed. So be prepared because sometimes you won't understand the concept behind the topics written here or maybe you need to remember old things you forgot at school.
Anyway, don't worry, here we'll try to provide you with easy explanations or guide you to better references that can help you understand what you read here.
Other things you will need to know are:
3D Modeling Knowledge
2D Drawing Knowledge
Music Theory
(Move prerequisites to another wiki page if this gets large)
More to be specified...
^: Choose the code editor you prefer. Unity doesn't forces you to use any in particular, but will provide you with Visual Studio as ModoDevelop was deprecated. See more details in this section.
| Back | FazBrowse Home | New Git URL |