How can i use my knowledge that i gained from solo learn in unity or unreal? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i use my knowledge that i gained from solo learn in unity or unreal?

I realized that these languages used in games were same in name (c++ , c#) but actually when u code in games you realize they are just different from what u learned about these languages . where can i learn all that extra stuff i.e game development version of c++ and c# ?

23rd Jun 2018, 8:26 AM
Kanishk Mewal
Kanishk Mewal - avatar
4 Answers
+ 1
Unity just uses the UnityEngine library, so everything you know about C# is aplicable to unity.
23rd Jun 2018, 8:38 AM
Bebida Roja
Bebida Roja - avatar
+ 1
thats just what UnityEngine offers. You should check unity docs and examples.
23rd Jun 2018, 8:40 AM
Bebida Roja
Bebida Roja - avatar
0
but , when i see coding tutorial video of unity they use words like object.transform ..... i never learnt that in c#
23rd Jun 2018, 8:39 AM
Kanishk Mewal
Kanishk Mewal - avatar
0
ok thx i'll search again!
23rd Jun 2018, 8:41 AM
Kanishk Mewal
Kanishk Mewal - avatar