From 46d28d64f711f098428d4896ff2f94086c8a1853 Mon Sep 17 00:00:00 2001 From: JOHN Date: Thu, 1 Feb 2018 16:59:13 +0000 Subject: [PATCH] upgraded to SpatialOS 12.1.0 --- spatialos.json | 4 ++-- workers/unity/Assets/player-build-config.json | 2 +- workers/unity/ProjectSettings/ProjectVersion.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spatialos.json b/spatialos.json index 8e0f347..8ebeda2 100644 --- a/spatialos.json +++ b/spatialos.json @@ -1,8 +1,8 @@ { "name": "your_project_name_here", "project_version": "1.0.0", - "sdk_version": "12.0.5", + "sdk_version": "12.1.0", "dependencies": [ - {"name": "standard_library", "version": "12.0.5"} + {"name": "standard_library", "version": "12.1.0"} ] } diff --git a/workers/unity/Assets/player-build-config.json b/workers/unity/Assets/player-build-config.json index c653143..fca3c96 100644 --- a/workers/unity/Assets/player-build-config.json +++ b/workers/unity/Assets/player-build-config.json @@ -14,7 +14,7 @@ "UnityClient": { "Targets": [ "StandaloneWindows", - "StandaloneOSXIntel64" + "StandaloneOSX" ], "Assets": "Streaming" } diff --git a/workers/unity/ProjectSettings/ProjectVersion.txt b/workers/unity/ProjectSettings/ProjectVersion.txt index ca09a3d..e6cd1f9 100644 --- a/workers/unity/ProjectSettings/ProjectVersion.txt +++ b/workers/unity/ProjectSettings/ProjectVersion.txt @@ -1 +1 @@ -m_EditorVersion: 5.6.0f3 +m_EditorVersion: 2017.3.0f3