hey evryone im relatively new to this and was wondering if anyone could recomend any good places for me to learn a bit more about it?
this is what i used to learn
@axonJeff is right, you should:
Learn a language, whatever you're interested in. It doesn't matter how "fast" it is
or any of that fancy stuff. It matters that you are interested in learning to be
code and you enjoy it. If you figure out how to program with one language, learning
another is a piece of cake, and you'll know how to use anything you look at
without breaking a sweat in a couple of years.
This is the perfect approach, and javascript/unityscript and c# both have a c like syntax, so they will transition over pretty well.
- Basic Javascript:
http://download.unity3d.com/support/Tutorials/2%20-%20Scripting%20Tutorial.pdf - Complete guide to Javascript:
http://forum.unity3d.com/threads/34015-Newbie-guide-to-Unity-Javascript-(long) - Unity Script Reference:
Unity - Scripting API:
Have fun!
Don’t learn C#! C# is evil! Learn Javascript!
I used
Design 3
to help me. Expensive but works like a charm.
for a beginner i would recommend javaScript or some call it unity script because it only applies to unity, (Unityscript is based off of javascript’s syntax, but is not actually javascript since javascript is used for web development).
i learned from watching will goldstone on youtube, he works for unity and has step by step tutorials on basic code tutorials. i spent about a week repeating them until i understood it a little bit.
I recommend learning C++. It’s tough but you’ll understand pretty much every other language if you take it on. I tried for years with books etc and got nowhere. In the end, I enrolled in a game dev course at the tender age of 36 and learnt in 8 months enough to be able to easily build games with Unity and JS. I still have LOADS to learn but that basic background in C++, 3D mathematics and all the other stuff that I have forgotten (lol) has helped no end.