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
An fzf/Telescope-inspired editor extension for keyboard-based navigating of opened scenes. Use via <Ctrl-f> in the editor.
Slippery Scenes
Usage
Install and enable the plugin. Then, in the editor, pressing <Ctrl-f> opens the plugin's popup window. From here we can search through the editor's currently opened scenes (the list is also navigatable by the arrow keys). This allows for a quick keyboard-based navigation rather than having to sift through the the tab bar in Godot's built-in UI. It is especially useful if you have many scenes opened and switch between them often.
Note
Right now the shortcut is fairly hardcoded. If you don't want to use <Ctrl-f> to launch the popup, you can change the shortcut definition at the top of the script at res://addons/slippery_scenes/slippery_scenes.gd
https://github.com/user-attachments/assets/a0f3bc92-01af-4034-bb98-c6cd18a69761
An fzf/Telescope-inspired editor extension for keyboard-based navigating of opened scenes. Use via
Reviews
Quick Information
An fzf/Telescope-inspired editor extension for keyboard-based navigating of opened scenes. Use via <Ctrl-f> in the editor.