Hi, I am a beginner with Unity3d and I suck with Javascript so I want to learn it. Where should I start? There’s lot of stuff in Javascript and I do not know where to start.
Thanks
Hi, I am a beginner with Unity3d and I suck with Javascript so I want to learn it. Where should I start? There’s lot of stuff in Javascript and I do not know where to start.
Thanks
One of the biggest problems with UnityScript is poor documentation. Everything is scattered and not everything is documented. Here are some resources I used when learning it:
Even so, you will still be using Google a LOT to search the forum.unity3d.com forum for answers.
Also, here are some very important references regardless of the language you use:
Just a bit of advice… I would recommend you seriously consider learning C# instead of UnityScript for many reasons. See my answer in this question if you’re interested.
This is a great resource to start with: http://forum.unity3d.com/threads/34015-Newbie-guide-to-Unity-Javascript-(long)
I’d also learn code commenting as early as possible. (// and /* */)