Profiler FAIL, how to reset Unity?

My Profiler stopped behaving (unity 2.6.1f3).

The screenshot below shows the bottom left of my screen. When I open Windows->Profiler the grey area appear. I can’t drag it, it has no content, but it has to be the Profiler window.

Is there a way to reset Unity? Maybe that would help.

Thanks
~ce

just switch the editor layout top right

Thanks for the tip dreamora. I tried the different layouts and even tried “Revert Factory Settings…” but it makes no difference.

Any other ideas?
~ce

This might be the result of a bug in Unity that writes incorrect values into the Preferences file. Try opening the prefs file directly and searching for the string “ProfilerWindow” (the properties are actually called ProfilerWindowh, ProfilerWindoww, ProfilerWindowx and ProfilerWindowy for the height, width and XY position of the window). If any of the values are implausible - zero or negative width for example - then try setting them to 100 or some other plausible value.

I’m not exactly confident that this will fix the problem, but it is worth trying :wink: