Editor Skin Problem

At random times when I press “play”, the tabs in the image change style, as you can see.

When I stop the game, and press play again, it goes back to the default style.

I was wondering if anyone else had this issue and is there a way to fix it?

Thanks!

I had this problem. i had to reinstall unity to fix that problem.

Use the pro skin

Any luck solving this problem? I was experiencing this problem in Unity 4.1.4 at random times. But now in Unity 4.2 every time I hit Space to maximize the Game tab and hit Play the problem appears. It’s really annoying since I have to close the Editor and reopen it.

In my experience, the bug is due to you changing the GUI.Skin font in your code. This might not be helpful, but at the end of your GUI code try changing the font back to the default font and see if that works.

I noticed that this might be related to Assets with custom Editor code.

I submitted the bug to Unity and received a reply that this bug was already open in their database. It’s a really annoying bug.