0
Will I be able to implement C# and JavaScript learnt from SoloLearn in Unity Game Engine?
I've thought of learning programming in order to make games with Unity. I want to learn the basics through SoloLearn. Will I be able to use my knowledge in Unity? The syntax must be same everywhere but will other things be changed in Unity or differ from the programming practices learnt from SoloLearn?
1 Resposta
+ 2
Yes.
You will need to learn MonoBehaviour and the engine itself but C# is C#.
Unity's Javascript is a tad different though.
For instance, it has been modified to have data-types.