Skip to content

Commit 4dcbde8

Browse files
committed
chore: upgrade unity version
1 parent b4820e3 commit 4dcbde8

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"com.quickeye.icon-browser": "https://github.com/ErnSur/unity-editor-icons.git",
55
"com.unity.2d.sprite": "1.0.0",
66
"com.unity.2d.tilemap": "1.0.0",
7-
"com.unity.ide.rider": "3.0.31",
8-
"com.unity.ide.visualstudio": "2.0.22",
9-
"com.unity.test-framework": "1.4.5",
7+
"com.unity.ide.rider": "3.0.36",
8+
"com.unity.ide.visualstudio": "2.0.23",
9+
"com.unity.test-framework": "1.4.6",
1010
"com.unity.testtools.codecoverage": "1.2.6",
1111
"com.unity.modules.ai": "1.0.0",
1212
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://packages.unity.com"
3838
},
3939
"com.unity.ide.rider": {
40-
"version": "3.0.31",
40+
"version": "3.0.36",
4141
"depth": 0,
4242
"source": "registry",
4343
"dependencies": {
@@ -46,7 +46,7 @@
4646
"url": "https://packages.unity.com"
4747
},
4848
"com.unity.ide.visualstudio": {
49-
"version": "2.0.22",
49+
"version": "2.0.23",
5050
"depth": 0,
5151
"source": "registry",
5252
"dependencies": {
@@ -62,7 +62,7 @@
6262
"url": "https://packages.unity.com"
6363
},
6464
"com.unity.test-framework": {
65-
"version": "1.4.5",
65+
"version": "1.4.6",
6666
"depth": 0,
6767
"source": "registry",
6868
"dependencies": {

ProjectSettings/ProjectSettings.asset

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ PlayerSettings:
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 0
5151
unsupportedMSAAFallback: 0
52+
m_SpriteBatchMaxVertexCount: 65535
5253
m_SpriteBatchVertexThreshold: 300
5354
m_MTRendering: 1
5455
mipStripping: 0
@@ -82,7 +83,6 @@ PlayerSettings:
8283
defaultIsNativeResolution: 1
8384
macRetinaSupport: 1
8485
runInBackground: 1
85-
captureSingleScreen: 0
8686
muteOtherAudioSources: 0
8787
Prepare IOS For Recording: 0
8888
Force IOS Speakers When Recording: 0
@@ -418,6 +418,9 @@ PlayerSettings:
418418
- m_BuildTarget: iOSSupport
419419
m_APIs: 10000000
420420
m_Automatic: 1
421+
- m_BuildTarget: WindowsStandaloneSupport
422+
m_APIs: 0200000012000000
423+
m_Automatic: 0
421424
m_BuildTargetVRSettings: []
422425
m_DefaultShaderChunkSizeInMB: 16
423426
m_DefaultShaderChunkCount: 0
@@ -437,6 +440,7 @@ PlayerSettings:
437440
playModeTestRunnerEnabled: 0
438441
runPlayModeTestAsEditModeTest: 0
439442
actionOnDotNetUnhandledException: 1
443+
editorGfxJobOverride: 1
440444
enableInternalProfiler: 0
441445
logObjCUncaughtExceptions: 1
442446
enableCrashReportAPI: 0
@@ -692,12 +696,12 @@ PlayerSettings:
692696
webGLMemoryLinearGrowthStep: 16
693697
webGLMemoryGeometricGrowthStep: 0.2
694698
webGLMemoryGeometricGrowthCap: 96
695-
webGLEnableWebGPU: 0
696699
webGLPowerPreference: 2
697700
webGLWebAssemblyTable: 0
698701
webGLWebAssemblyBigInt: 0
699702
webGLCloseOnQuit: 0
700703
webWasm2023: 0
704+
webEnableSubmoduleStrippingCompatibility: 0
701705
scriptingDefineSymbols:
702706
Standalone:
703707
additionalCompilerArguments: {}
@@ -811,3 +815,4 @@ PlayerSettings:
811815
insecureHttpOption: 1
812816
androidVulkanDenyFilterList: []
813817
androidVulkanAllowFilterList: []
818+
androidVulkanDeviceFilterListAsset: {fileID: 0}

0 commit comments

Comments
 (0)