I have been looking around and I can’t find any thing that can help you learn how to unity java script can someone please help me and leave some links that will help me or do you have any tips as how to learn please help
Thanks in advance
I have been looking around and I can’t find any thing that can help you learn how to unity java script can someone please help me and leave some links that will help me or do you have any tips as how to learn please help
Thanks in advance
Youtube.
look up tornado twins on youtube
but if you’ve been looking around then you should have at least come across the documentation and many other things in the Teaching section, tbh.
you can find a few tutorials here.
http://www.unifycommunity.com/wiki/index.php?title=Tutorials
oldham97 check my signature… there is a link!
Thanks guys
well, oldham97, i know you know of my tutorials since you recently helped promote my videos in another thread(thank you for that), but for anyone else who wants some quick start tutorials, check out my youtube channel. I actually do have 2 episodes that sum up the basics of Java here:
UnityJavaScript syntax part 1 youtube
UnityJavaScript syntax part 2 youtube
Also check out the rest of my channel ETeeskiTutorials. Right now I’m making a tutorial set on how to make a first person shooter from scratch in Java.
If you’re publishing tutorials for Unity then you might want to stop calling the language ‘Java’. Just a thought.
I do want to keep my tutorials profesional. What should I call it? unity’s javascript? I always just called it java for short.
Java is a different language, it’s not short for Javascript. Especially with Unity Android being fairly popular, it’s important not to confuse them. (That is to say, you actually do use Java with Android, and there are times when you want to talk about interfacing with it from Unity.) I would suggest “Unityscript”.
–Eric
thanks Eric, that’s very helpful to know. Just one question about that though, unity takes 3 different types of scripts. In unity itself, they are listed as javascript, c# script, and boo script. I teach my tutorials using javascript. To specify that to new users and to convey accurate information, should I say “UnityJavaScript”? And if i reference the c# script, should I say “UnityC#Script”?
Well, C# is just C#, no need to qualify that. But yeah I would say that “Unity Javascript” is better, in order to distinguish it from “web Javascript”, since they are actually different languages. “Unityscript” would be better, though I realize Unity itself uses “Javascript” in some cases (but “Unityscript” in other cases).
–Eric
Don’t get me started on the naming of unity js. You wouldn’t like me when I’m purple.
We are very scared of Barney
unity3dstudent.com is a great site with UnityScript videos showing simple concepts one by one.
Although once you’re familiar with it I’d start moving over to C#