for learning how to script and what is the best script to learn?
if this is aimed solely at Unity then learn basic javascript or c# syntax and then check out the official unity documentation and tutorials as they really explain the process well.
The language is all done to personal choice and preference but learning one will make it much easier to just run with the other 1 too. I previously knew C# but unities implementation of javascript is similar and so easy to do.
So concentrate on the basics. Any Object Orientated language guide will help the difference is usually just syntax.
im sorry i just don’t know i single thing about scripting could you explane it more for me if you don’t mind? or some elts?
If you want to be a programmer then start with learning C++. You can start learning the basics from www.cplusplus.com and then when you feel comfortable with knowledge you got buy this book.
C++ Primer Plus (5th Edition) by Stephen Prata. It is the best book I’ve seen so far.
Or if you want to be a graphic designer and want to learn programming as part of it. I suggest you to learn C# or java script. And then you can easily use Unity and start to make your own projects.
ok thank you
ive made my own models and maps im still learning about textures so i thougth ill start learing scripting
if you want to become graphic designer, you shouldn’t waste too much effort on scripting in my opinion. it’s good that you are interested and learning the basics is definately a very good thing, but learning C++ is probably a bit over the top.
in my opinion, it’s much more important to learn how to work in a team. you should start looking for a programmer (preferrably about your age) and work together with him/her. your first projects will probably not be very good and from my experience there is a high chance that you won’t even finish them at all, but those will still teach you much more important lessons than making a game all by yourself.
i do have a team but thier is a couple of problems with them (personal problem) is i thougth i would just learn some basics to get my teams project being made a bit fast
I used the PACKT Publishing book ‘Unity Game Development Essentials’ to get me started with JavaScript and Unity, it was pretty helpful! I wouldn’t be doing what I’m doing now without it…