spatial: add page

coverage
Andrea Della Corte 2017-11-24 14:07:30 +00:00
parent 6c391a1192
commit 3610a3204f
1 changed files with 27 additions and 0 deletions

27
pages/common/spatial.md Normal file
View File

@ -0,0 +1,27 @@
# spatial
> A set of commands for managing and developing SpatialOS projects.
- Build workers for local deployment on Unity on Windows:
`spatial worker build --target=development --target=Osx`
- Build workers for local deployment on Unreal:
`spatial worker build --target=local --target=Windows`
- Deploy locally:
`spatial local launch {{launch_config}} --snapshot={{snapshot_file}}`
- Launch a local worker to connect to your local deployment:
`spatial local worker launch UnityClient default`
- Upload an assembly to use for cloud deployments:
`spatial cloud upload {{assembly_name}}>`
- Launch a cloud deployment:
`spatial cloud launch {{assembly_name}} {{launch_config}} {{deployment_name}}`