What is best resource to learn unity?

Only started to learn game dev. What the best resource to learn unity (book, course, turorial)?

https://learn.unity.com/

1 Like

Really anything will work, as long you practice.
Books, internet, github, unity forum, unity docs, microsoft C# references, youtube, tutorials.
Use and mix type of learning resources.
Read a bit, then try replicate and implement.
Pick up some small project, mini game. Pong, flappy bird etc.
Focus on small problems of the project.
Don’t try to do mmo like games as a beginner. This require budged of millions dollars.

Also search similar questions, as the have been asked.

2 Likes

The tutorials taught me a surprising amount. I generally expect tutorials to be missing major things, and I guess because the Unity engine has so many moving parts, these tutorials (Asset Store) do miss a lot. But they really got me started developing in Unity.

However, I strongly recommend learning C# to a comfortable degree first before trying to make a game in Unity. A lot of people will disagree with me there and that’s fine. But I found web app development to be so incredibly simple and fun to learn. And later I learned game development, and it was radically different IMO. It was even more fun, but just a lot more challenging to wrap my head around.

1 Like