Hiya everyone –
I can no longer open any Unity project with any version, and it’s driving me bonkers. The projects start to load, but exit ungracefully with no notifications. Digging into the logs, I’m getting this stack trace:
=================================================================
Native Crash Reporting
=================================================================
Got a UNKNOWN while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Managed Stacktrace:
=================================================================
at <unknown> <0xffffffff>
at UnityEngine.GUIUtility:Internal_GetDefaultSkin <0x00089>
at UnityEngine.GUIUtility:GetDefaultSkin <0x0002a>
at UnityEngine.GUI:DoSetSkin <0x00042>
at UnityEngine.GUIUtility:SetSkin <0x0002a>
at <Module>:runtime_invoke_void_int <0x0008a>
at <unknown> <0xffffffff>
at UnityEditor.SceneManagement.EditorSceneManager:NewScene_Injected <0x00097>
at UnityEditor.SceneManagement.EditorSceneManager:NewScene <0x00032>
at UnityEditor.SceneTemplate.SceneTemplateService:InstantiateDefaultScene <0x00062>
at UnityEditor.CommandService:ExecuteCommand <0x00115>
at UnityEditor.CommandService:Execute <0x00032>
at UnityEditor.EditorApplication:InstantiateDefaultScene <0x00042>
at UnityEditor.EditorApplication:Internal_RestoreLastOpenedScenes <0x00212>
at System.Object:runtime_invoke_void <0x00084>
=================================================================
Has anyone come across this before? Any suggestions? Thank you in advance!
-Lucas