- Home /
is there a diffrence between unity C# and normal C#
how much is it different or it is completely the same
I posted a similar answer to this question not long ago http://answers.unity3d.com/questions/229524/learn-c-in-general-or-learn-it-with-unity.html>C# vs Unity C#. burnpsy is right on track with his answer.
Answer by burnpsy · Mar 31, 2012 at 06:11 AM
I've been working in C#. To be perfectly honest, aside from the addition of Unity-specific stuff, there is no difference. You'd need to look at the documentation if you want to use the stuff Unity added, but most of it is quite convenient. Code made elsewhere still works perfectly, though.
Your answer

Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
How do I dynamically generate scenes? 5 Answers
First child of a gameobject 3 Answers
Any one knows how this is done? 1 Answer