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

A hotbar for launching your editor scripts.Adds a hotbar with buttons for each of your editor scripts so you can writescripts to speed up your Godot development. Scripts can specify custom UI soyou can pass parameters.Example: Add `res://code/editor/rename.gd` that extends LaunchableScript and it will show up as a button in the bottom bar. The script has access to Godot's EditorInterface so you can modify the selection, scene, or anything!
A hotbar for launching your editor scripts.
Adds a hotbar with buttons for each of your editor scripts so you can write
scripts to speed up your Godot development. Scripts can specify custom UI so
you can pass parameters.
Example: Add `res://code/editor/rename.gd` that extends LaunchableScript and it will show up as a button in the bottom bar. The script has access to Godot's EditorInterface so you can modify the selection, scene, or anything!
Reviews
Quick Information

A hotbar for launching your editor scripts.Adds a hotbar with buttons for each of your editor scripts so you can writescripts to speed up your Godot development. Scripts can specify custom UI soyou can pass parameters.Example: Add `res://code/editor/rename.gd` that extends LaunchableScript and it will show up as a button in the bottom bar. The script has access to Godot's EditorInterface so you can modify the selection, scene, or anything!