i am searching for links to detailed tutorials that don’t just tell you to write this to get this. id prefer tutorials that teach me what everything means. please help and thank you
http://wiki.unity3d.com/index.php?title=Tutorials
Here’s a list of the best online tutorials for Unity. But a lot of tutorials expect one of two things from you. That you already know the basics of coding, or that you will learn them elsewhere after seeing how to use them.
Personally when I started Unity I used Unity 3.x Game Development Essentials, a book published by PACKT Publishing and written by Will Goldstone. It was fairly good at telling me what the scripts where actually doing and how to use them.
If you want just help with Java and C# in general then I would suggest finding a website to teach you the basics of Object Oriented Programming without anything specific to Unity.
Here is a list of good free resources for learning how to code. I have personally used Code Academy in the past and would recommend it.
And honestly one of the best ways to learn is to look at other peoples code and when you see something you don’t understand do a Google Search for it. That is how I have learned how to do 80% of the stuff I do with Unity.
The Unity scripting module looks like it covers the basics pretty well.
thanks for responding checking out these links right now ![]()
i would recomend www.codeacademy.com to learn the basics