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

Node Filtering
This tool allows you to filter nodes in the editor tree quickly (inspired by a post made by passivestar)
Supported Engine Version
4.4
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
5 months ago
Git URL
Issue URL
NodeFiltering
Installation
- Download it from GitHub
- Extract the files to your project directory
- In
Project/ProjectSettings/Plugins
, ensure that NodeFiltering is enabled.
Customization
Modify res://addons/node_filtering/filters.txt
to add/remove filters.
You can also make new tabs by adding new keys (see example below)
Set a class to true to display it and false to hide it.
"Example - Level Design":
{
"Meshs":
{
"MeshInstance3D": true,
},
"Lights":
{
"OmniLight3D": true,
}
}
This tool allows you to filter nodes in the editor tree quickly (inspired by a post made by passivestar)
Reviews
Quick Information

Node Filtering
This tool allows you to filter nodes in the editor tree quickly (inspired by a post made by passivestar)
Supported Engine Version
4.4
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
5 months ago
Git URL
Issue URL