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
- "Invalid vertex attribute format" error message does not mention "bytes" when the data size is mismatched
- [Windows] About Unity window displays Editor version in two lines instead of one
- [Linux] "Add Component" menu goes under the screen when the menu extends beyond the display boundries
- High Editor GPU usage when Camera with RenderTexture and VFX Graph are in the scene, with Scene/Game tabs closed
- List in Inspector not resizing when exiting Play mode
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.