我在Unity中创建了一个新项目,并且我在Unity控制台中总是收到此错误,并且我的场景只是黑色
我的版本是2019.4.0f1 personal
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.HostView.DeregisterSelectedPane (System.Boolean clearActualView, System.Boolean sendEvents) (at <af78ad00a40d4f61b82afc6cafb0a416>:0)
UnityEditor.HostView.SetActualViewInternal (UnityEditor.EditorWindow value, System.Boolean sendEvents) (at <af78ad00a40d4f61b82afc6cafb0a416>:0)
UnityEditor.HostView.set_actualView (UnityEditor.EditorWindow value) (at <af78ad00a40d4f61b82afc6cafb0a416>:0)
UnityEditor.DockArea.OnEnable () (at <af78ad00a40d4f61b82afc6cafb0a416>:0)
UnityEditorInternal.InternalEditorUtility:LoadSerializedFileAndForget(String)
UnityEditor.WindowLayout:LoadDefaultWindowPreferences()
我刚刚创建了这个项目没有做任何事情
似乎无法加载窗口首选项(LoadDefaultWindowPreferences)。这些是编辑器设置,也是即使在全新项目中也看到错误的原因。
重置布局通常可以解决此问题:窗口->布局->恢复出厂设置。