Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 48369f2

Browse files
authored
Merge pull request #9 from spatialos/docs/CON-3273-point-to-UnityGDK
Added info about and link to Unity GDK
2 parents 01567b2 + fc34d67 commit 48369f2

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Starter Project
2-
---
1+
# SpatialOS Unity SDK Starter Project
32

4-
*Copyright (C) 2017 Improbable Worlds Limited. All rights reserved.*
53

6-
- *GitHub repository*: [https://github.com/spatialos/StarterProject](https://github.com/spatialos/StarterProject)
4+
- *GitHub repository*: [github.com/spatialos/StarterProject](https://github.com/spatialos/StarterProject)
5+
76

8-
---
97

108
## Introduction
119

12-
This is a SpatialOS starter project with useful core features that you can extend to build your own SpatialOS application.
10+
This is a [SpatialOS](https://docs.improbable.io/reference/latest/shared/concepts/spatialos) starter project to use with the [Unity SDK](https://github.com/spatialos/UnitySDK) with useful core features that you can extend to build your own SpatialOS application.
1311

1412
It contains:
1513

@@ -19,8 +17,18 @@ It contains:
1917

2018
If you run into problems, or want to give us feedback, please visit the [SpatialOS forums](https://forums.improbable.io/).
2119

20+
---
21+
**New from June 2018: The SpatialOS Unity GDK**<br/>
22+
Check out the pre-alpha release of our new Unity GDK: [source code on GitHub](https://github.com/spatialos/UnityGDK). Using the Unity Entity Component System (ECS), the GDK is the next evolution in SpatialOS Unity game development. See our [blog post on ECS-powered multiplayer](https://improbable.io/games/blog/unity-gdk-our-first-steps) for more information.<br/><br/>
23+
**Note:** The pre-alpha GDK version is available for evaluation and feedback only. It's not yet game-development ready.
24+
25+
----
26+
2227
## Running the project
2328

2429
To run the project locally, first build it by running `spatial worker build`, then start the server with `spatial local start`. You can connect a client by opening the Unity project and pressing the play button, or by running `spatial local worker launch UnityClient default`. See the [documentation](https://docs.improbable.io/reference/13.0/shared/deploy/deploy-local) for more details.
2530

2631
To deploy the project to the cloud, first build it by running `spatial worker build -t=deployment`, then upload the assembly with `spatial cloud upload <assembly name>`, and finally deploy it with `spatial cloud launch <assembly name> <launch configuration file> <deployment name> --snapshot=<snapshot file>`. You can obtain and share links to connect to the deployment from the [console](http://console.improbable.io/projects). See the [documentation](https://spatialos.improbable.io/docs/reference/13.0/shared/deploy/deploy-cloud) for more details.
32+
33+
----
34+
*Copyright (C) 2017 Improbable Worlds Limited. All rights reserved.*

0 commit comments

Comments
 (0)