|
I am a complete newcomer to unity, I just downloaded it. Where can I find tutorials for how to control things and how to move around and do java script. I want to know all the basics before i go into other things. I dont mean the tutorial for the 3d game i mean for like total basics.
(comments are locked)
|
|
Hi itachi152, check this link....here is answer for lot unity tutorials http://answers.unity3d.com/questions/12321/how-can-i-start-learning-unity-fast-list-of-tutori.html
(comments are locked)
|

If you're talking about "total basics", look up some programming tutorials. If you are looking for general programming tutorials, I recommend looking for C# stuff- Unity's Javascript is fairly unique, and has a lot of unusual features that you won't find in normal javascript tutorials.
w3schools is a pretty good site for learning the basics of regular javascript, which will also help in understanding/learning Unity's version of it.