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
Use Shift+H to hide all nodes in the scene tree except the selected nodes.Ctrl+Z (or editor equivalent) will restore the previous state of all nodes.
Solo Visibility
A godot 4.x plugin that implements https://github.com/godotengine/godot-proposals/issues/9782.
Use Shift + H to hide all nodes in the current scene except the selected ones.
Use Ctrl + Z (or editor equivalent) to undo. This will restore the previous visibility of nodes before pressing Shift + H.
Once installed Hotkey can be customized via the Godot inspector tab in res://addons/solo_visibility/hide_nodes_shortcut.tres
Addon is currently pending on the Godot Asset Library.
Downloading
- Extract and open Godot Engine: https://godotengine.org/download/
- Download the
addons
folder and drag it into your godot project - Enable the plugin in the
Project Settings / Plugin
tab
Download from the Asset Library is still pending
Known issues
Disabling the plugin causes Undo Hide Non-selected Nodes
to break, even if the plugin is re-enabled before attempting to undo. I suspect this is Godot-level and cannot be fixed on the plugin's end.
Please remember to undo the Hide Non-Selected Nodes operation before disabling the plugin.
Use Shift+H to hide all nodes in the scene tree except the selected nodes.
Ctrl+Z (or editor equivalent) will restore the previous state of all nodes.
Reviews
Quick Information
Use Shift+H to hide all nodes in the scene tree except the selected nodes.Ctrl+Z (or editor equivalent) will restore the previous state of all nodes.