0
If I finish all the lessons, will these be the same as learning c# as a scripting language in unity3d?
Game development
2 Answers
+ 4
The basics are the same, but unity has a unique library.
You need to learn through coping/ following a C# game dev tutorial.
https://www.sololearn.com/discuss/708962/?ref=app
+ 1
Kinda, but you have to know what Unity uses as well. There are a lot of unique code for Unity. The import for Unity is "using UnityEngine;" so you may need to know everything it has to offer. (p.s. expect it use "GetComponent" a lot lol. Unity offers tutorials on all it's functions/classes/methods on their website/wiki) These websites should help: https://unity3d.com/learn/tutorials
http://wiki.unity3d.com/index.php/Main_Page