
spatial
List of commands for spatial:
-
spatial:tldr:4a89e spatial: Launch a local worker to connect to your local deployment.$ spatial local worker launch ${worker_type} ${launch_config}try on your machineexplain this command
-
spatial:tldr:5b469 spatial: Run this when you use a project for the first time.$ spatial worker buildtry on your machineexplain this command
-
spatial:tldr:73d42 spatial: Clean worker directories.$ spatial worker cleantry on your machineexplain this command
-
spatial:tldr:b437f spatial: Upload an assembly to use for cloud deployments.$ spatial cloud upload ${assembly_name}try on your machineexplain this command
-
spatial:tldr:b56cd spatial: Deploy locally.$ spatial local launch ${launch_config} --snapshot=${snapshot_file}try on your machineexplain this command
-
spatial:tldr:cc612 spatial: Build workers for local deployment on Unreal on Windows.$ spatial worker build --target=local --target=Windowstry on your machineexplain this command
-
spatial:tldr:fa25a spatial: Launch a cloud deployment.$ spatial cloud launch ${assembly_name} ${launch_config} ${deployment_name}try on your machineexplain this command
-
spatial:tldr:ffd06 spatial: Build workers for local deployment on Unity on macOS.$ spatial worker build --target=development --target=Osxtry on your machineexplain this command