Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Adds new buttons to the scene tree view.Currently two new buttons are added1) Editor Comment: Every node that has a non empty editor_comment property will show up a sticky note icon. When pressed, this will select that node and open up the editor_description edit popup2) Incomming Connections: Every node that has one or more incoming connections will show up a "hearing ear" icon. When pressed, this will open a popup listing all current incomming connections to that node.3) Metadata: Every node that has one or more metadata entries show up a "sandwich" icon (three dashes). When pressed, this will open a popup listing the current metadata on that node.
GnumarusSceneTreeViewButtons
Adds new buttons to the scene tree view.
Currently three new buttons are added
- Editor Comment: Every node that has a non empty editor_comment property will show up a sticky note icon. When pressed, this will select that node and open up the editor_description edit popup
- Incomming Connections: Every node that has one or more incoming connections will show up a "hearing ear" icon. When pressed, this will open a popup listing all current incomming connections to that node.
- Metadata: Every node that has one or more metadata entries show up a "sandwich" icon (three dashes). When pressed, this will open a popup listing the current metadata on that node.
Adds new buttons to the scene tree view.
Currently two new buttons are added
1) Editor Comment: Every node that has a non empty editor_comment property will show up a sticky note icon. When pressed, this will select that node and open up the editor_description edit popup
2) Incomming Connections: Every node that has one or more incoming connections will show up a "hearing ear" icon. When pressed, this will open a popup listing all current incomming connections to that node.
3) Metadata: Every node that has one or more metadata entries show up a "sandwich" icon (three dashes). When pressed, this will open a popup listing the current metadata on that node.
Reviews
Quick Information

Adds new buttons to the scene tree view.Currently two new buttons are added1) Editor Comment: Every node that has a non empty editor_comment property will show up a sticky note icon. When pressed, this will select that node and open up the editor_description edit popup2) Incomming Connections: Every node that has one or more incoming connections will show up a "hearing ear" icon. When pressed, this will open a popup listing all current incomming connections to that node.3) Metadata: Every node that has one or more metadata entries show up a "sandwich" icon (three dashes). When pressed, this will open a popup listing the current metadata on that node.