Edit of asset "Signal Lens" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Signal Lens | Signal Lens |
Description |
A Visual Debugger for Signals Supports Godot 4.3 and 4.4 versions. Features - Click on a node in the remote scene tree and instantly view all its signals' connections. - View signal emissions in real-time as they are emitted in-game. - Select and rearrange a graph view to inspect your signal connections. - Keep signal emissions so you can inspect them later. - Modify the signal emission speed so you can fine-tune the experience for your debugging purposes. - Supports inspection of built-in and custom signals. - Supports inspection of built-in nodes, custom nodes and autoloads — if it's in the remote tree, you can inspect it. - Draws both anonymous and named callables that are connected to a signal. - Inspection of Object, RefCounted and Resource types not supported (yet!) |
Signal Lens allows you to visually debug a node's signal connections while testing your game. Given any node in a remote scene, it will render a graph with all the connections to that node's signals. It doesn't matter if that node is an autoload, or if the signal's are built-in, or custom made - Signal Lens will draw it all when given the node's global path in the remote. |
Category | Tools | Tools |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/yannlemos/signal-lens | https://github.com/yannlemos/signal-lens |
Issues Url | https://github.com/yannlemos/Signal-Lens/issues | https://github.com/yannlemos/Signal-Lens/issues |
Godot version | Godot 4.3 | Godot 4.3 |
Version String | 1.3.0 | 1.0 |
Download Commit | f713166a6c3757305587b00b3c0610711ffed54f | 99c9fc4c82c2bdf20e413c21e81905f2f7a826df |
Download Url (Computed) | https://github.com/yannlemos/signal-lens/archive/f713166a6c3757305587b00b3c0610711ffed54f.zip | https://github.com/yannlemos/signal-lens/archive/99c9fc4c82c2bdf20e413c21e81905f2f7a826df.zip |
Icon Url |
https://raw.githubusercontent.com/yannlemos/signal-lens/main/addons/signal_lens/icons/icon_monogram.png
![]() |
https://raw.githubusercontent.com/yannlemos/signal-lens/main/addons/signal_lens/signal_lens_icon.png
![]() |