im a total scripting noob and im tired of being one.i whant to know what book i can buy to learn the unity scriping i have aready bought the Unity Game Development Essentials by will goldstone but is there any other book that teach more advence scripting?
1 Answer
1Sebas has an awesome list of unity learning resources:
sites such as 3dbuzz (and others) have free and paid for lessons to help you learn too.
The book you have mentioned is the best (so i have heard) for unity. There are so many free resources for unity, its one of the things that makes it so great!
As for general programming, if your self taught it just comes with practice… I am totally self taught, as are a good portion of programmers, so they are proof its do-able. Just have patience and practice… A LOT. If there’s something you don’t understand (even after reading about it) the best way to learn is to just try it, see what errors you get, iron them out, try a different way, keep practicing and watching / reading tutorials :).
Try to remember that programming is an art… a logical art, but an art none the less. You have to be creative in how you write your code and use maths / functions etc.