Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.4.X
Votes
0
Found in
2020.1.0a15
2020.1.0a17
Issue ID
1211540
Regression
Yes
The editor layout could not be fully loaded
To reproduce:
1. Download the project attached
2. Load the project
3. Observe the Console
Expected result: No messages are printed
Actual result: "The editor layout could not be fully loaded" message is printed
Reproducible in: 2020.1.0a15, 2020.1.0a18
Not reproducible in: 2017.4.36f1, 2018.4.15f1, 2019.2.17f1, 2019.3.0f4, 2020.1.0a14
Note: Full message: "The editor layout could not be fully loaded, this can happen when the layout contains EditorWindows not available in this project
UnityEditor.WindowLayout:LoadDefaultWindowPreferences()"
Comments (2)
-
zauberzaubar
Mar 17, 2020 18:06
Maybe some of the solutions here also help: https://forum.unity.com/threads/editor-layout-could-not-be-loaded-editorwindows-not-available.515537/
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Text color is incorrect when text is rendered on SubMeshUI
- "Invalid SortingGroup index set in Renderer" errors when making many modifications in same frame
- Crash on GizmoBufferSizeHistory::GetBuffer() when opening a specific scene
- RenderTexture is not initialized when it is set as Material's Texture
- Branch node outputs a random value instead of a constant on the false conditon
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0a21 (if the issue still persists, delete the Library folder and restart the project). There was an issue with UnityEditorToolbar being saved in layouts file, so reload it printed that message.