Skip to main content

Godot

Godot can be run from command line.This means that some tasks can be easily executed from Gaucho.

note

These examples assume Godot is installed and accesible to you env, in some cases it may not be available or it may exists with a different name (eg. godot3)

Run scene#

name
Run Scene
command
godot Scenes/Main.tscn
path
~/Godot/my-project

Run tests using Gut#

If you have tests using Gut, you can run them directly in Gaucho.

name
Run Tests (Gut)
command
godot --no-window  -s addons/gut/gut_cmdln.gd -d -gdir=res://Tests -glog=1 -gexit -gprefix= -gsuffix=Test.gd -ginclude_subdirs
path
~/Godot/my-project