-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Is there a way to run scripts in tool mode? I am having trouble running this example:
@tool
extends EditorScript
func _run():
print("Hello from the Godot Editor!")
I get a No standalone script found. when I try to run gdscript-godot-run-current-script (which I assume is the equivalent of godot -s <script>). Note that I don't use Hydra.
Metadata
Metadata
Assignees
Labels
No labels