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
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
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.