Editor bug?

Hello,

When I try to look around in editor window this happens: http://postimg.org/image/5tkazerrj/

Thats is a screenshot…

Best regards,
Ivan

This depends upon your graphics card quality … that is lacking in your case … check http://unity3d.com/unity/system-requirements
but try to get better graphics card

There is an answer given by ‘nessim’ at Unity Forum in the post Windows 8.1 Update Ruins Unity

The method he specified in his own words is as below:

Solution to crashing editor in Windows 8.1

I was having the same problem. After upgrading to Windows 8.1 the Unity Editor stopped working. Inspector, Project, and Hierarchy tabs still showed, but the 3D viewport did not load and the editor crashed entirely. So I looked around and found a solution that forces using Direct3D 11. Adding the " -force-d3d11" parameter to Unity.exe did the trick.

This is what worked for me:

  1. Make a shortcut to the Unity.exe, open its properties

  2. Change the target so Unity.exe gets opened in d3d11 mode:
    YOUR_PATH\Unity.exe -force-d3d11

  3. OPTIONAL: IF you suffer from BLURRY TEXTS/FONTS in the editor: In the ‘Compatibility’ tab check the “Disable display scaling…”. Apply your changes and you are good to go.

Check it out and let us know the outcome!