Learning Java for Unity

Where is the best place to learn java scripting for unity

Java scripting wont help you at all for unity. Javascript on the other hand, will. Javascript and Java are two totally different languages. Unity actually doesn't even use Javascript, it uses a language similar to it called UnityScript, but thats a fine detail many people miss. Now, having said all that, if you want to build more then toy apps, you really want to learn C#. Its much more suitable for full application scale development then UnityScript.

3 Answers

3

Web:

1) Unity3dStudent.com

2) Unity Scripting Reference

3) LearnUnity3D.com

4) UnityWiki


Books:

1) Game Development In Unity

2) Unity Development Example Beginners

3) Unity Game Development Essentials

You probably should have included a comment noting the distinction between "Java" and "Javascript". They're totally different and that is important.

This question has been asked many times. Search.

Here is one that is popular:

http://answers.unity3d.com/questions/4897/how-can-i-start-learning-unity-fast-list-of-tutorials

http://www.unityscript.com/lessons1/basics.php This is a great intro to a)scripting, b)how unity works behind the scenes. Very accessible.

Url is not working nowadays...