Is there a tutorial anywhere that is good for beginners on UnityScript?

I am trying to make a game in unity but I’m about to give up because im making it in unity, which is easier becuz theres some stuff you can do without coding, but if i wanna do pretty much anything other than move around i have to learn this stupid coding language thats super complicated, and there’s no decent tutorial on it, and all the tutorials i can find always try to tell you about one part of it in like 2 sentences that make no sense and you have to spend forever getting the hang of it, just to move on to something else that takes even longer, and then you forget what you just spent an hour figuring out. I have no previous coding experience except for basic HTML, but not JavaScript, and I really want to make the game, but every little thing i want to do needs to be scripted, and it’s giving me a headache, and like said above, I can’t find a tutorial anywhere that makes sense.:rage:

I think the walker boys tutorials are good, but they are a couple years old and have a few problems.
http://walkerboystudio.com/html/unity_training___free__.html#unity3game1

Hm, I’m thinking if you really plan to make a game in Unity you have to learn one of the possible proamming languages or find someone who programm for you :wink:

Here are two sites about the basics of scripting in Unity:

http://cgcookie.com/unity/2011/11/30/unity-3d-introduction-to-animation-2/

http://cgcookie.com/unity/2011/12/12/introduction-to-scripting-in-unity/

On this site http://cgcookie.com/unity/category/getting-started/ there are some introductions to common used features in Unity.

Unity cookie are terrible tutorials… they are pretty much done in a way that you need to buy a subscription service for you to actually do tutorial as the assets are not provided. And the code in some tutorials are wrong. However working source code is provide if you subscribe so lol.

Try Brackeys Unity tutorial on you-tube is a good starting point.