For a while I’ve been having an infuriating issue where Unity’s editor UI will just completely stop rendering. It seems that the logic is still happening underneath but no repaints will occur. The only way to fix this is to restart, however this issue happens randomly once every 15 minutes or so.
It makes Unity borderline unusable at times, and is extremely frustrating. You used to be able to fix it by adding the -force-d3d9 but now this doesn’t work either.
It’s probably another utility you have that does overlays like asus or a video driver “enhancement”, post people turn that stuff off, especially developers. These utilities and apps tend to behave badly in order to provide overlays in games. You might want to check what you allow to run in the background.
Best suggestion:
File a bug report. Try to include video or as much information as you can in the bug report, and post the number in this thread.
The editor log might reveal an issue, and in the Unity Answer you linked there is a comment from someone that they fixed this issue with a specific driver version. What driver version are you currently running?
@Joe-Censored I am currently using 390.77 (the latest version). This has been happening with every driver for about the last 6 months. I could downgrade the drivers but there are other issues I have to deal with to do so.
@ I have tried closing every not vital application that is running
Not sure how to explain my comment in a way appropriate other than suggesting the curious could google for “prostitution GFE”. Probably a Not Safe For Work search though. Feel free to delete these two posts.
Gtx 1080Ti no issue.
If it still crashing each 15min, try to disable the canvas cambas game object and work in your game without it. If it crashes, enable the canvas cambas game object and do the same with the other game object till you find the responsible component that triggers the crash.
I’m pretty sure it’s not any component in particular. In fact the whole Unity Editor GUI tends to run relatively unresponsively. For example, when typing in an Input (such as one seen on the editor for any text field), letters tend to momentarily disappear and then reappear as i’m typing.
Sory for my spelling mistake, English isn’t my native tongue
Did you try opening a new empty Project? Try to type an Input in a new empty project and look if is stable.
If it is stable, then is a game object or dll of the Project. If it is not, then is outside the Project.
An update for anyone else experiencing this issue. Using the launch argument -force-glcore to force opening with Unity in OpenGL mode seems to fix the issue.
Absolutely no help from Unity whatsoever as per usual.