Maaack / Godot-Game-Template

Godot template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.
MIT License
304 stars 18 forks source link

Editor error: RuntimeLogger.gd does not inherit from Node. #39

Closed Maaack closed 3 months ago

Maaack commented 3 months ago

Editor throws errors: Failed to create an autoload, script 'res://addons/maaacks_game_template/extras/scripts/RuntimeLogger.gd' does not inherit from 'Node'. editor/editor_autoload_settings.cpp:550 - Condition "!info->node" is true. Continuing.

Maaack commented 3 months ago

This was originally encountered when starting from the template v0.4.0.

Maaack commented 3 months ago

Restarting the project made the error disappear. I've not been able to recreate the error in the same project, nor by creating a new project.