I have no idea where to start in coding C# in Unity

I’ve tried countless tutorials but none of it makes any sense.
I’m 14… The language i’m trying to learn is C# in Unity but I can’t make any sense of what to do or where to even begin. If anyone has a tutorial that would be good for a beginner who knows somewhat about computers - as in I built my own but I have no idea how to script… that’d be awesome.

Check out the Yellow Book. Learn simple C# outside of Unity first, then try Unity again.

http://www.csharpcourse.com

Thanks - will go read it and bookmark the page.

The official ones are short, straight to the point, easy to understand and very intuitive…

http://unity3d.com/learn/tutorials/modules

Tutorials are more effective when you use them as reference towards a goal you have in mind. If you want to learn, set yourself a goal such as making a simple platform game or even just making an object move at the press of a key. That way, you can teach yourself step by step as you build your project in Unity.

Also, why not start with UnityScript (.JS)? It’s a little bit easier than C# for absolute beginners.