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

Commit 96e36da

Browse files
committed
upgraded to SpatialOS 12.1.0
1 parent ac02a15 commit 96e36da

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

spatialos.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"UnityClient": {
1010
"Targets": [
1111
"StandaloneWindows",
12-
"StandaloneOSXIntel64"
12+
"StandaloneOSX"
1313
],
1414
"Assets": "Streaming"
1515
}

workers/unity/ProjectSettings/ProjectSettings.asset

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
--- !u!129 &1
44
PlayerSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 11
6+
serializedVersion: 14
77
productGUID: ee129e300e71f7e44b4616b3c2b3be02
88
AndroidProfiler: 0
9+
AndroidFilterTouchesWhenObscured: 0
910
defaultScreenOrientation: 0
1011
targetDevice: 2
1112
useOnDemandResources: 0
@@ -581,7 +582,9 @@ PlayerSettings:
581582
incrementalIl2cppBuild:
582583
iOS: 0
583584
additionalIl2CppArgs:
584-
apiCompatibilityLevelPerPlatform: {}
585+
scriptingRuntimeVersion: 0
586+
apiCompatibilityLevelPerPlatform:
587+
Standalone: 1
585588
m_RenderingPath: 1
586589
m_MobileRenderingPath: 1
587590
metroPackageName: Client
@@ -672,9 +675,10 @@ PlayerSettings:
672675
UNet: 0
673676
Unity_Ads: 0
674677
facebookSdkVersion: 7.9.1
675-
apiCompatibilityLevel: 1
678+
apiCompatibilityLevel: 2
676679
cloudProjectId:
677680
projectName:
678681
organizationId:
679682
cloudEnabled: 0
680-
enableNewInputSystem: 0
683+
enableNativePlatformBackendsForNewInputSystem: 0
684+
disableOldInputManagerSupport: 0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 5.6.0f3
1+
m_EditorVersion: 2017.3.0f3

workers/unity/spatialos.UnityWorker.worker.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"arguments": [
2828
"+projectName",
2929
"${IMPROBABLE_PROJECT_NAME}",
30-
"+receptionistHost",
30+
"+receptionistIp",
3131
"${IMPROBABLE_RECEPTIONIST_HOST}",
3232
"+receptionistPort",
3333
"${IMPROBABLE_RECEPTIONIST_PORT}",
@@ -55,7 +55,7 @@
5555
"arguments": [
5656
"+projectName",
5757
"${IMPROBABLE_PROJECT_NAME}",
58-
"+receptionistIp",
58+
"+receptionistHost",
5959
"${IMPROBABLE_RECEPTIONIST_HOST}",
6060
"+receptionistPort",
6161
"${IMPROBABLE_RECEPTIONIST_PORT}",

0 commit comments

Comments
 (0)