Попробуй использовать OpenGL, а не DirectX для редактора:
http://docs.unity3d.com/Documentatio...Arguments.html
-force-opengl (Windows only)
Make the editor use OpenGL for rendering, even if Direct3D is available. Normally Direct3D is used but OpenGL is used if Direct3D 9.0c is not available.
|