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

Commit 9459833

Browse files
committed
upgraded to SpatialOS 12.1.0
1 parent a2a93fd commit 9459833

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spatialos.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "your_project_name_here",
33
"project_version": "1.0.0",
4-
"sdk_version": "12.0.5",
4+
"sdk_version": "12.1.0",
55
"dependencies": [
6-
{"name": "standard_library", "version": "12.0.5"}
6+
{"name": "standard_library", "version": "12.1.0"}
77
]
88
}

workers/unity/Assets/player-build-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"UnityClient": {
1515
"Targets": [
1616
"StandaloneWindows",
17-
"StandaloneOSXIntel64"
17+
"StandaloneOSX"
1818
],
1919
"Assets": "Streaming"
2020
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 5.6.0f3
1+
m_EditorVersion: 2017.3.0f3

0 commit comments

Comments
 (0)