Ericdowney / SignalVisualizer

A plugin for Godot 4.x. SignalVisualizer displays the current scene's signals and connections in a easy to read graph and tree dock.
MIT License
366 stars 10 forks source link

Autoloads signals are ignored #10

Open guicattani opened 3 months ago

guicattani commented 3 months ago

Describe the bug Signals coming from autoloads are ignored both in the debugger and in the signal graph

To Reproduce Steps to reproduce the behavior:

  1. Create a singleton (autoload)
  2. Emit an signal from it

Expected behavior Autoload signals should still show up in the logs

Desktop (please complete the following information):