Edit of asset "Resource Based Signal Bus" Accepted

Old/Current New/Edit
Title Resource Based Signal Bus
Description This asset allows for signal communication between nodes without direct references to each other or to a singleton class.

Each signal is contained inside its own resource and can be saved into the "res://" directory. They can be assigned to scripts from the inspector, just like any other exported variables.

The asset includes two other goodies:
1- "Signal Bus Listener": A node that is used to create responses to signals straight from the inspector, without any code.
2- "Custom SignalBus Script Editor": An editor tool that can be used to create signal buses that take one or more arguments.

(Other advantages of signal buses over singletons and regular signals are explained in the README.md file included with the asset and available in the git repository.)
Category Misc
License Apache-2.0
Repository Provider Gogs/Gitea/Codeberg
Repository Url https://codeberg.org/camperotactico/resource-based-signal-bus
Issues Url https://codeberg.org/camperotactico/resource-based-signal-bus/issues
Godot version Godot 4.5
Version String 1.2
Download Commit 89e124fd232a419353d4c8bb29eda2df4670e707
Download Url (Computed) https://codeberg.org/camperotactico/resource-based-signal-bus/archive/89e124fd232a419353d4c8bb29eda2df4670e707.zip
Icon Url https://codeberg.org/camperotactico/resource-based-signal-bus/raw/branch/main/icons/ResourceBasedSignalBus.png
Preview Update
Type image
Image/Video URL https://codeberg.org/camperotactico/resource-based-signal-bus/raw/branch/main/screenshots/create_new_resource_window.png
Thumbnail https://codeberg.org/camperotactico/resource-based-signal-bus/raw/branch/main/screenshots/create_new_resource_window.png
Preview Update
Type image
Image/Video URL https://codeberg.org/camperotactico/resource-based-signal-bus/raw/branch/main/screenshots/signal_bus_usage.png
Thumbnail https://codeberg.org/camperotactico/resource-based-signal-bus/raw/branch/main/screenshots/signal_bus_usage.png
Preview Update
Type image
Image/Video URL https://codeberg.org/camperotactico/resource-based-signal-bus/raw/branch/main/screenshots/create_custom_signal_bus_script_editor.png
Thumbnail https://codeberg.org/camperotactico/resource-based-signal-bus/raw/branch/main/screenshots/create_custom_signal_bus_script_editor.png
Preview Update
Type image
Image/Video URL https://codeberg.org/camperotactico/resource-based-signal-bus/raw/branch/main/screenshots/signal_bus_listener.png
Thumbnail https://codeberg.org/camperotactico/resource-based-signal-bus/raw/branch/main/screenshots/signal_bus_listener.png