+ 4
What difference between the c# and unity c# scripting ????
i learning c# and unity game development but friends after 9 months , Lots of questions began in my mind. what difference between c# & c# scripting ??? how I increased my learning speed??? if I am right ... learning c# inside the only visual studio / visual studio code that's not good thing for learning unity game development??? good thing is we started c# scripting inside the unity ???? unity just use c# Syntex...??? c# scripting depends on unity API??
4 odpowiedzi
+ 4
There is really no difference
But although there are some minor differences
If you have a good understanding of C# Polymorphism and OOP
Coding in Unity won't be hard
+ 2
There is no difference, unity uses a large library of methods and enclosed in the class monobehaviour and , so you are literally inheriting from the monobehaviour class and using other namespaces when you start writing your code but a good knowledge of c# would help you understand why you do what you do in unity c#.
+ 1
you are completely right. unity has its' own functions and stuff, but the general syntax and libraries are from C#
0
by the way what's your profession?