Skip to content

Troubleshooting

Julius Rudolph edited this page Mar 24, 2021 · 1 revision

Unity bugs

Description: After a Unity crash you're prompted to Revert the Layout to Factory Settings, Load Default Layout or Quit. No option works so you have to quit.

Fix: The workaround taken from this forum that works now in latest 2020.2 versions:

  1. Press [Load Default Layout]
  2. Unity copies the correct default layout to CurrentLayout-default.dwlt
  3. Unity complains that it still cannot load the layout
  4. Copy the now correct CurrentLayout-default.dwlt somewhere
  5. Press Quit
  6. Unity corrupts the file during quitting
  7. Copy back the correct CurrentLayout-default.dwlt
  8. Start Unity again
Clone this wiki locally