Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 503 Bytes

solutions.md

File metadata and controls

24 lines (22 loc) · 503 Bytes
title has_children nav_order
Solutions
true
1000

Godot crashing on startup

Disable the plugin:

  • Open project folder.
  • Edit project.godot
  • Erase lines in [autoload] section.
  • In [editor_plugins] section, empty enabled:
    Before
    enabled=PackedStringArray("res://addons/sooty_engine/plugin.cfg")
    
    After
    enabled=PackedStringArray()
    

Now try boot again and re-enable plugin.

x not found

After enabling the plugin, restart Godot.