Answers for "unity failed to load window layout"

C++
11

unity default layout error

1. Delete LastLayout.dwlt from C:\Users\YOURNAME\AppData\Roaming\Unity\Editor-5.x\Preferences\Layouts\default
2. Delete CurrentLayout.dwlt from C:\Users\YOURNAME\Unity Projects\YOUR_PROJECT\Library
Posted by: Guest on October-07-2020
2

unity failed to load window layout

Try deleting the Library/CurrentLayout.dwlt in your project
Posted by: Guest on April-10-2021
7

unity failed to load window layout

Deleting both the LastLayout.dwlt and the Library/ before attempting to re-open the editor cleared up the issue.
Posted by: Guest on October-07-2020

Browse Popular Code Answers by Language