Skip to content

projects in the editor_settings.xml that are no longer found on disk will be removed

Created by: firefly2442

I was getting these errors in the console:

ERROR: _load_recent_projects: Condition ' err!=OK ' is true. Continuing..:
   At: tools/editor/project_manager.cpp:524.

The problem was that I had deleted projects on disk but they were still trying to be loaded from the editor_settings.xml file. So, I changed it so that on load if it can't find a project it will remove it from the settings file and then make an immediate save at the end.

Merge request reports