- Home /
Scripting (javascript) - Learning
Hi,I'm new in unity. I wanted to ask, where can I start learning javascript?
Answer by GesterX · May 24, 2011 at 06:11 PM
Take a look at the GUI Essentials to learn the interface and the Scripting Essentials to get you started with scripting: http://unity3d.com/support/documentation/Manual/Tutorials.html
I also would highly reccommend Unity3DStudent as it has many bitesize lessons which teach you a new technique each time and actually explain what each line of code is doing. Then it has you do "challenges" where you complete a task based on the lessons. Brilliant and free! (Start with the "Essentials" modules) - http://www.unity3dstudent.com/category/modules/
Once you've done most of the lessons on there you should be ready to start making some simple arcade games of your own. Finally just build up from there. If you get stuck search past questions or post a question here. Everyone is happy to help :-)
Good Luck!
I agree with GesterX, www.unity3dstudent.com was definately moset helpful for me starting out. The videos are great and all cover Javascript.
Answer by Proggin_Barnes · May 24, 2011 at 06:07 PM
I'd recommended just diving right in. Most online learn Javascript sites are all for web development. If you already know a programming language like C or C++ it should come very easily. (Logics the hardest part) For everything else I'd advise making best friends with the Unity Scripting Guide. Analyze the sample scripts and pick up on how they run and the rest should come easily.
Answer by FLASHDENMARK · May 24, 2011 at 06:10 PM
I learned by this guy: TornadoTwins he is a really good beginners teacher.