+ 3
Does these C# and Jscript courses in sololearn provide enough coding knowledge to develop games in Unity5?
I already know Java,.pretty much very well,.now i am currently leanring c# here,..I am finding it very easy and almost same as java,.So i want to know whether to continue this course till end or move on to any other advanced courses in C# available in the internet.
3 ответов
+ 15
Nope, just for make a canvas game in JS you have to deepen much more than basics covered by Sololearn courses.
Resources are variable about what you want to do, but Unity docs provided an official guide (C# & JS) well documented, so... take a look here: https://unity3d.com/learn/tutorials/modules/beginner/scripting/scripts-as-behaviour-components?playlist=17117
If you really have Java knowledges, you won't find problem with this other stuff. ;)
+ 3
Yes for C#, however regardless of these courses you will need to get familiar with Monobehaviour and the UnityEngine library. Everything in the C# course here can be applied and will be used in Unity's scripting.
I don't write scripts with JS in Unity, so I can't speak much for the JS part. Only need to be familiar with one anyway, and C# is very similar to Java.
+ 1
Maybe yes but for primitive games.