What about using c# in unity? is it difficult?...do i have to learn c# very well to use unity? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What about using c# in unity? is it difficult?...do i have to learn c# very well to use unity?

help

23rd Oct 2016, 12:10 PM
Simone Gramegna
Simone Gramegna - avatar
2 Answers
+ 3
I use C# exclusively in Unity, it is great for Unity. And Dimitris is right, learning any language at all before you tackle Unity Is a good idea. many of the complex ideas covered in this app are used widely in Unity, such as the concept of methods, objects, and entire new classes. you will need to have a good grasp of the use of objects and methods. a lot of learning Unity is taking whatever you know about code and applying it to a 3D or 2D world, objects that we create theoretically to represent a car, or a boat, are now literally 3D or 2D objects.
23rd Oct 2016, 2:17 PM
Forrest Scott Martinez
Forrest Scott Martinez - avatar
+ 2
i learnt C and started using the unity tutorials and it was just fine. i think you need to learn a language in order to understand how programming works in general. it will help a lot. if you're not willing to spend your time to at least do that, do not spend your time just putting assets on a scene and copying code.
23rd Oct 2016, 1:37 PM
Dimitris Gkirgkiris
Dimitris Gkirgkiris - avatar