If I finish all the lessons, will these be the same as learning c# as a scripting language in unity3d? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If I finish all the lessons, will these be the same as learning c# as a scripting language in unity3d?

Game development

2nd Feb 2018, 3:44 AM
Anirudh Cheruvu
Anirudh Cheruvu - avatar
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
2nd Feb 2018, 3:51 AM
Manual
Manual - avatar
+ 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
2nd Feb 2018, 3:52 AM
Annabella Atherton Rosen
Annabella Atherton Rosen - avatar