-
Notifications
You must be signed in to change notification settings - Fork 0
Unity Resources
There are an immense amount of resources for learning Unity. First off, check out everything Unity has published! They have everything!
-
Unity's own tutorial collection - https://unity3d.com/learn/tutorials - These tutorials cover everything from the individual tools found in Unity to tutorial videos for making video game examples.
-
Unity's User Manual - https://docs.unity3d.com/Manual/index.html - This documents how everything in Unity is used. Within it, there are small blurbs about using Unity tools, the editor, and also the full scripting API (found at https://docs.unity3d.com/ScriptReference/index.html). The scripting API is especially helpful once you are in the midst of programming, and will make more sense as you learn about programming in general.
There are also some great third party resources to check out on youtube (be careful though, many things on youtube are a pain to watch. These channels are a pleasure!)
- Makin' Stuff Look Good in Unity - https://www.youtube.com/channel/UCEklP9iLcpExB8vp_fWQseg - Goes over examples and processes to making visual effects and shaders. This channel does an excellent job at making things clear and providing example scenes for projects.