@toasteater Currently there is also a annoying bug on Windows with your game folder. `C:\Users\*username*\AppData\Roaming\Godot\app_userdata` is corrupted on creation when you run the game and can only be removed if you rename using the x name of the folder in a admin cmd.
For anyone having this problem solution is easy:
- Open admin cmd.
- cd `C:\Users\*username*\AppData\Roaming\Godot\app_userdata`
- dir /x
- ren LAVA~1 (*or wathever the x path is) randomNewName
- The folder is un-corrupted and you can delete is as normal.