Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 0b2c01d

Browse files
authored
re-pin to latest develop (#266)
* re-pin to latest develop * Change compatibility too .net standard 2.0
1 parent b1e0390 commit 0b2c01d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Changed
1414

15-
- Updated project to support `com.unity.entities` package upgrade. [#264](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/264)
15+
- Updated project to support `com.unity.entities` package upgrade for version `0.9.1`. [#266](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/266)
1616

1717
## `0.3.4` - 2020-03-25
1818

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
develop b03b2129f9c2fccc7058f49fbf3a89c61376a881
1+
develop 864facb286cbb57fd0f3ecd3741e9ffb64eaff25

workers/unity/ProjectSettings/ProjectSettings.asset

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ PlayerSettings:
105105
xboxOneMonoLoggingLevel: 0
106106
xboxOneLoggingLevel: 1
107107
xboxOneDisableEsram: 0
108+
xboxOneEnableTypeOptimization: 0
108109
xboxOnePresentImmediateThreshold: 0
109110
switchQueueCommandMemory: 0
110111
switchQueueControlMemory: 16384
@@ -688,7 +689,10 @@ PlayerSettings:
688689
scriptingRuntimeVersion: 1
689690
gcIncremental: 0
690691
gcWBarrierValidation: 0
691-
apiCompatibilityLevelPerPlatform: {}
692+
apiCompatibilityLevelPerPlatform:
693+
Android: 6
694+
Standalone: 6
695+
iPhone: 6
692696
m_RenderingPath: 1
693697
m_MobileRenderingPath: 1
694698
metroPackageName: Template_3D

0 commit comments

Comments
 (0)