Godot Tips
Executing scripts in the editor
Below points to run the script in the editor are for Godot 4
make a new script that inherits' from EditorScript
add @tool keyword at the top of the script.
add func _run() magic function, this would be the entry poi...
itsahaj.hashnode.dev2 min read