How to delete all Defold related files

In order to reset the editor layout, I would like to delete Defold related files and do a clean install of Defold.

I deleted all the following folders, but the editor layout was not reset.
What else do I need to erase?

“C:\Defold” #Folder containing Defold itself
“C:\Users\user.openjfx”
“C:\Users\user\AppData\Local\Defold”
“C:\Users\user\AppData\Roaming\com.defold.editor.Start”

I think (@vlaaad and @mats.gisselson to confirm) but the values in the Editor Preferences window and the layout are stored using Java Preferences API. The location depends on the OS, but I believe that they are stored in the registry on Windows (HKEY_CURRENT_USER\Software\JavaSoft\Prefs).

1 Like