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

Commit 96f0f87

Browse files
Merge pull request #3 from spatialos/version-9.1.0-upgrade
Update for 9.1.0
2 parents a452ed0 + 3b68f9b commit 96f0f87

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

snapshots/initial_world.snapshot

-5 Bytes
Binary file not shown.

spatialos.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "insert_your_project_name_here",
2+
"name": "your_project_name_here",
33
"project_version": "0.0.2",
4-
"sdk_version": "9.0.2",
4+
"sdk_version": "9.1.0",
55
"dependencies": [
6-
{"name": "WorkerSdkSchema", "version": "9.0.2"}
6+
{"name": "WorkerSdkSchema", "version": "9.1.0"}
77
]
88
}

workers/unity/Assets/EntityTemplates/ExampleEntityTemplate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static SnapshotEntity GenerateExampleSnapshotEntityTemplate()
1616
var exampleEntity = new SnapshotEntity { Prefab = "ExampleEntity" };
1717

1818
// Define components attached to snapshot entity
19-
exampleEntity.Add(new WorldTransform.Data(new WorldTransformData(new Coordinates(-5, 10, 0))));
19+
exampleEntity.Add(new WorldTransform.Data(new WorldTransformData(new Coordinates(0, 0, 0))));
2020
exampleEntity.Add(new Name.Data(new NameData("your_example_entity")));
2121

2222
var acl = Acl.Build()

workers/unity/spatialos.UnityFSim.worker.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
}
2222
},
2323
"managed": {
24-
"run_type": "EXECUTABLE_ZIP",
2524
"linux": {
2625
"artifact_name": "UnityFSim@Linux.zip",
2726
"command": "UnityFSim@Linux",
@@ -109,7 +108,6 @@
109108
},
110109
"external": {
111110
"default": {
112-
"run_type": "EXECUTABLE",
113111
"windows": {
114112
"command": "build/worker/UnityFSim@Windows/UnityFSim@Windows.exe",
115113
"arguments": [

0 commit comments

Comments
 (0)