LinuxCommandLibrary

spatial

spatial

TLDR

Run this when you use a project for the first time

$ spatial worker build
copy


Build workers for local deployment on Unity on macOS
$ spatial worker build --target=development --target=Osx
copy


Build workers for local deployment on Unreal on Windows
$ spatial worker build --target=local --target=Windows
copy


Deploy locally
$ spatial local launch [launch_config] --snapshot=[snapshot_file]
copy


Launch a local worker to connect to your local deployment
$ spatial local worker launch [worker_type] [launch_config]
copy


Upload an assembly to use for cloud deployments
$ spatial cloud upload [assembly_name]
copy


Launch a cloud deployment
$ spatial cloud launch [assembly_name] [launch_config] [deployment_name]
copy


Clean worker directories
$ spatial worker clean
copy

Copied to clipboard