Please, I'm completely new at scripting...Any guide or link or tutorial or videotutor

Hello my friends.

I’m a new mate of this community.

I need help with scripting. But when I say help, I say HELP.

I don’t know how to makea script. What guide for learning scripting in javascript inside UNITY do you recommend me?. Which kind of document/s, videotutorials, tutorials would you recommend me to read and understand?.

I’ve got basic skills in programming with several languages (java,C++, VHDL, matlab, pascal, Basic) and high skills in modelling and texturing objects etc, in 3DSMAX,MODO, vray,maxwell,fryrender. But I’ve never made a script in javascript for Unity.

Does any kind of manual exist for programming scripts in javascript for Unity, please?.

Thank you in advance.

Well I am quite new myself but I found this tutorial to be very good. Not just about scripting but you can skip the other parts if you like.
http://unity3d.com/support/resources/tutorials/fpstutorial.html

Here is another one this time completly focused on scripting.
http://catlikecoding.com/unity/tutorials/clock/

And for the huge list of tutorials
http://answers.unity3d.com/questions/12321/how-can-i-start-learning-unity-fast-list-of-tutori.html

If you are used to Java and C++ you might prefer C# to Javascript (I did) as it is much more similar to them than Javascript is (despite the similarity in names Java and Javascript have very little in common and were made by different companies)

Hope that helps.

I didn’t know that Javascript was so different to Java …But, I’ve got a question: more code lines will make the script less efficient and provoque a slower execution?.

i guess more code processes will make it slow
big function or complicated calculations

but not more lines

Go to youtube and search for a dude called BurgzerArcade. He has a huge(over 300) videos on how to make a hack and slash rpg. Its in C# but hey since you are beginning I would say learn C# instead of javascript. Every langauage has its strength and weakness but i prefer C#.
If you really want to learn javascript then search for a dude called insurgentdoom in youtube. He has a few detailed unity javascript tutorials for beginners.

Hello and welcome to the board.

A quick search on Google will bring up alot, but some tutorials I recommend you is the ones provided if you search for user TornadoTwins on Youtube. They have a great series for both beginners and professional users of Unity. There is almost tutorials everywhere you look. So just grab one and I hope you will develop some awesome games by time!

Good luck! :slight_smile:

Thank you very much WiseOrc. I’m gonna find them and take a look. I made these questions because for instance, Tornado Twins make videotutorials but no scripting tutorials (at least for the 3 videotutorials I’ve been watching at first sight): they have a bit overview tutorials, not a way to learn javascript or C for scripting in Unity3D…

Is my teacher who wants me to script in javascript and I’ve sent an e-mail in order to ask her if she has any preference in the language I should use. :slight_smile:

Thank you very much to all of you.

Anyway if someone, for example, has found more tutorials where he can say:“mate, if you study with detail these tutorials, you will learn easily!!” please, tell me where.

I’m gonna look for the WiseOrc’s links.

Thank you very much.

Wiseorc, I can’t find anything of Insurgent of Doom. I’ve found a great collection from BurgzerArcade but as you told me, it’s written in C#. :frowning:

Learn 2 scripting languages c# and Javacript and you will see that it using same things, variables,arrays, loops,functions,and classes(Hate this part)…etc.

start c# from here http://www.csharp-station.com/Tutorial.aspx and javascript from here http://www.lynda.com/JavaScript-tutorials/Essential-Training-2011/81266-2.html if you have money if not search for torrent file

Mr.Smart: is javascript for Unity the same as for what in the Lynda super-guide seems to be?.

in answer to your question (idk if it already was), no, c# is not any slower than javascript at all. in fact the javascript in Unity3D isn’t even real Javascript, but UnityScript, a language created for Unity3D (much like Actionscript was made for Adobe Flash), that uses the same syntax of the real Javascript, which is awesome because that makes it much much much easier for a web developer to transition to Unity3D.

but, no, in all reality UnityScript wont be any faster or slower than C#. that’s because the little extra things that are needed in C#, are just automatically put in when you use UnityScript, so you don’t have to worry about them.

now if you want some good tutorials, try out the Tornado Twins on YouTube. I learned from them first, and if you have previous programming experience (even a little), you’ll be able to fly through their tutorials and gain a good basic understanding of UnityScript and how to make a basic game.

One of the best is Will’s site …

http://www.unity3dstudent.com/

Recommended.

Oh DaveyJJ, I’ve watched the first tutorial, called :“Beginner B01 – Basic Collision Detection” and, it’s fantastic!. But he has 28 tutorials for beginners!!.

I’ve been reading by my second time the official reference for the Unity API and now I’m gonna study very slowly all these tutorials.

I think I should donate some money to this great person.

Thank you very much DaveyJJ!! . You have helped me a lot!!.

Sincerely, jorgon.