spatial: delete page (#12853)

pull/28/head
spageektti 2024-05-28 19:40:25 +02:00 committed by GitHub
parent f60f5fa3e1
commit d75a159345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 36 deletions

View File

@ -1,36 +0,0 @@
# spatial
> A set of commands for managing and developing SpatialOS projects.
> More information: <https://ims.improbable.io/products/spatialos>.
- Run this when you use a project for the first time:
`spatial worker build`
- Build workers for local deployment on Unity on macOS:
`spatial worker build --target=development --target=Osx`
- Build workers for local deployment on Unreal on Windows:
`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 {{worker_type}} {{launch_config}}`
- 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}}`
- Clean worker directories:
`spatial worker clean`