I post this because I couldn`t find any of those mentioned above ways of lerning about scripting in Unity. There are some little tutorials but actualy, they usually cover a spesific task, problem etc.
The thing I`m asking for is rather a kind of " Noob to pro" complete course. If anyone knows one, ore could create one that would be quite helpful.
Just to explain a bit why am I writing this post, I will just say that I had a little experience with medium complex C++ programs, HTLM ( but wery basic) and I noticed that I just can`t use my knowledge to accomplish my project ( a local network multiplayer Unity RTS game ). I would be wery grateful if someone could help me.
Thanks for support.
There might be mistakes in my post, but i hope youll excuse me. I not English.
Look at the sticky topics in this area. In my opinion, the Walker Boys video tutorials are very good “noob to pro” stuff. They are easy to understand and the teaching speed is mediocre so you won’t get lost after some exams.
They teach in UnityScript (JavaScript-ish language) but most of the code can also be written in C# as the code in the scripting reference are always given in both JavaScript and C#.
Their videos do have a good mixture between coding and designing but with a drift to coding.
If you are looking to do a full complete project, check out Sue Blackman’s Beginning 3D Game Development with Unity. It takes you from a newbie to professional when you complete the book. The scripting is done in UnityScript, which is easier and friendlier than C# if you have never programmed before.