Back to Browse

Unity "failed to load layout window" fix.

106 views
Nov 3, 2020
0:40

I wanted to share a fix I made for the Unity "failed to load layout window" loop. You can find the script here: https://gist.github.com/instance-id/185c223ccad39dceb69ecd94763ec376 Instructions are written in the comments, but the "gist" of it is, you edit line 20 and add in the path to the root folder containing your Unity projects. You can add multiple paths if you have projects in different locations, as my Github packages were in a different folder than my main game projects. You then run the script, passing in the name of the project that is having issues (name must match the folder name which the project is in). The script makes a backup of your current layout file, detects the project's version number via the project settings files, then uses that to go to the default Unity install folder to look for the matching Unity version install and copies the default layout file from there into your projects Library folder. You can then open up your project and should no longer be stuck in the layout loop.

Download

0 formats

No download links available.

Unity "failed to load layout window" fix. | NatokHD