is Unity made with C++ or with C# ?

I understand that we can script using c# and JavaScript…

I was wondering; is Unity made with C# or with C++ ? ( I mean the unity programmers, not us end-users )

Overall, C++.

Read the wiki article. Both!

Yes. (Although more C++ and less C# since Unity 4, because of the OnGUI system being converted to C++.)

–Eric

That explains a lot :smile:

Sweet! I much prefer the performance of C++ and also means writing C++ plugins should work nicely ( i hope ); thanks everyone! :smile: