Skip to content

Commit a9b51a7

Browse files
author
David Kline
authored
Merge pull request #3560 from keveleigh/update-version
Update to Unity 2018.3.7f1
2 parents bc2287e + b15f1cb commit a9b51a7

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

ProjectSettings/ProjectSettings.asset

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ PlayerSettings:
106106
xboxOneDisableEsram: 0
107107
xboxOnePresentImmediateThreshold: 0
108108
switchQueueCommandMemory: 0
109+
switchQueueControlMemory: 16384
110+
switchQueueComputeMemory: 262144
111+
switchNVNShaderPoolsGranularity: 33554432
112+
switchNVNDefaultPoolsGranularity: 16777216
113+
switchNVNOtherPoolsGranularity: 16777216
109114
vulkanEnableSetSRGBWrite: 0
110115
m_SupportedAspectRatios:
111116
4:3: 1
@@ -460,6 +465,7 @@ PlayerSettings:
460465
switchAllowsRuntimeAddOnContentInstall: 0
461466
switchDataLossConfirmation: 0
462467
switchUserAccountLockEnabled: 0
468+
switchSystemResourceMemory: 16777216
463469
switchSupportedNpadStyles: 3
464470
switchNativeFsCacheSize: 32
465471
switchIsHoldTypeHorizontal: 0

ProjectSettings/ProjectVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 2018.3.6f1
1+
m_EditorVersion: 2018.3.7f1

ProjectSettings/UnityConnectSettings.asset

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
--- !u!310 &1
44
UnityConnectSettings:
55
m_ObjectHideFlags: 0
6+
serializedVersion: 1
67
m_Enabled: 1
78
m_TestMode: 0
8-
m_TestEventUrl:
9-
m_TestConfigUrl:
9+
m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events
10+
m_EventUrl: https://cdp.cloud.unity3d.com/v1/events
11+
m_ConfigUrl: https://config.uca.cloud.unity3d.com
1012
m_TestInitMode: 0
1113
CrashReportingSettings:
12-
m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes
13-
m_NativeEventUrl: https://perf-events.cloud.unity3d.com/symbolicate
14+
m_EventUrl: https://perf-events.cloud.unity3d.com
1415
m_Enabled: 0
16+
m_LogBufferSize: 10
1517
m_CaptureEditorExceptions: 1
1618
UnityPurchasingSettings:
1719
m_Enabled: 0
1820
m_TestMode: 0
1921
UnityAnalyticsSettings:
2022
m_Enabled: 0
21-
m_InitializeOnStartup: 1
2223
m_TestMode: 0
23-
m_TestEventUrl:
24-
m_TestConfigUrl:
24+
m_InitializeOnStartup: 1
2525
UnityAdsSettings:
2626
m_Enabled: 0
2727
m_InitializeOnStartup: 1

0 commit comments

Comments
 (0)