Is the Unity IDE written in Java?

I was experiencing problems with Java a while ago and Unity was also affected by the problem. I had a wrong version of Java on my computer with the wrong graphics driver and only Java went wrong. It caused black screens in the GUI of Unity.

So I was wondering. Is the Unity IDE maybe written in Java to make it cross platform? Just curious.

1 Answer

1

NO, Unity itself is written in C/C++ , I read this somewhere in the docs that come with Unity...

Unity is written with a mixture of API's as well. http://answers.unity3d.com/questions/9675/is-unity-engine-written-in-monoc-or-c.html It was especially the Material previewer that broke down. So there should be more than just C#/C++.