Hi everyone,
I have an issue where several windows of Unity are blank. Only the window/tab title will be visible. The rest of the page is empty.
I first discovered the issue when I opened an existing custom window and saw that it was blank where previously it was working fine. The change is that I got a new laptop. Looking into the issue I noticed I could make elements appear using EditorGUILayout inside OnGUI, but not when I added elements to the root to create a UI that way. The elements would not show up at all.
Later I also discovered that some existing Unity windows show the same symptoms, like the Package Manager and the UI Elements Debugger. They are completely blank, except for the window title.
I have googled the issue and so far nothing I tried worked. Tried:
-Rebooting Unity and computer
-Installing latest version of Unity
-Removing Library folder and starting Unity again
-Clean checkout of branch
-Modifying Packages/manifest.json (this broke the project)
I have Unity 2019.2.6f1 and 2019.2.12 installed and I am experiencing this issue on both versions.
Any help would be appreciated,
Greets,
Floris