Skip to content

Commit 4c5007d

Browse files
committed
Updated project files
1 parent f8063d1 commit 4c5007d

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
55
"com.unity.ext.nunit": "1.0.6",
6-
"com.unity.ide.rider": "3.0.5",
7-
"com.unity.ide.visualstudio": "2.0.7",
6+
"com.unity.ide.rider": "3.0.7",
7+
"com.unity.ide.visualstudio": "2.0.9",
88
"com.unity.ide.vscode": "1.2.3",
99
"com.unity.test-framework": "1.1.24",
10-
"com.unity.textmeshpro": "3.0.4",
11-
"com.unity.timeline": "1.5.2",
10+
"com.unity.textmeshpro": "3.0.6",
11+
"com.unity.timeline": "1.5.5",
1212
"com.unity.ugui": "1.0.0",
1313
"com.unity.xr.legacyinputhelpers": "2.1.7",
1414
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@
2020
"url": "https://packages.unity.com"
2121
},
2222
"com.unity.ide.rider": {
23-
"version": "3.0.5",
23+
"version": "3.0.7",
2424
"depth": 0,
2525
"source": "registry",
26-
"dependencies": {},
26+
"dependencies": {
27+
"com.unity.ext.nunit": "1.0.6"
28+
},
2729
"url": "https://packages.unity.com"
2830
},
2931
"com.unity.ide.visualstudio": {
30-
"version": "2.0.7",
32+
"version": "2.0.9",
3133
"depth": 0,
3234
"source": "registry",
3335
"dependencies": {
@@ -54,7 +56,7 @@
5456
"url": "https://packages.unity.com"
5557
},
5658
"com.unity.textmeshpro": {
57-
"version": "3.0.4",
59+
"version": "3.0.6",
5860
"depth": 0,
5961
"source": "registry",
6062
"dependencies": {
@@ -63,7 +65,7 @@
6365
"url": "https://packages.unity.com"
6466
},
6567
"com.unity.timeline": {
66-
"version": "1.5.2",
68+
"version": "1.5.5",
6769
"depth": 0,
6870
"source": "registry",
6971
"dependencies": {

ProjectSettings/ProjectSettings.asset

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PlayerSettings:
5151
m_MTRendering: 1
5252
mipStripping: 0
5353
numberOfMipsStripped: 0
54-
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
54+
m_StackTraceTypes: 020000000200000002000000020000000200000001000000
5555
iosShowActivityIndicatorOnLoading: -1
5656
androidShowActivityIndicatorOnLoading: -1
5757
iosUseCustomAppBackgroundBehavior: 0
@@ -353,6 +353,7 @@ PlayerSettings:
353353
switchScreenResolutionBehavior: 2
354354
switchUseCPUProfiler: 0
355355
switchUseGOLDLinker: 0
356+
switchLTOSetting: 0
356357
switchApplicationID: 0x01004b9000490000
357358
switchNSODependencies:
358359
switchTitleNames_0:
@@ -370,6 +371,7 @@ PlayerSettings:
370371
switchTitleNames_12:
371372
switchTitleNames_13:
372373
switchTitleNames_14:
374+
switchTitleNames_15:
373375
switchPublisherNames_0:
374376
switchPublisherNames_1:
375377
switchPublisherNames_2:
@@ -385,6 +387,7 @@ PlayerSettings:
385387
switchPublisherNames_12:
386388
switchPublisherNames_13:
387389
switchPublisherNames_14:
390+
switchPublisherNames_15:
388391
switchIcons_0: {fileID: 0}
389392
switchIcons_1: {fileID: 0}
390393
switchIcons_2: {fileID: 0}
@@ -400,6 +403,7 @@ PlayerSettings:
400403
switchIcons_12: {fileID: 0}
401404
switchIcons_13: {fileID: 0}
402405
switchIcons_14: {fileID: 0}
406+
switchIcons_15: {fileID: 0}
403407
switchSmallIcons_0: {fileID: 0}
404408
switchSmallIcons_1: {fileID: 0}
405409
switchSmallIcons_2: {fileID: 0}
@@ -415,6 +419,7 @@ PlayerSettings:
415419
switchSmallIcons_12: {fileID: 0}
416420
switchSmallIcons_13: {fileID: 0}
417421
switchSmallIcons_14: {fileID: 0}
422+
switchSmallIcons_15: {fileID: 0}
418423
switchManualHTML:
419424
switchAccessibleURLs:
420425
switchLegalInformation:
@@ -596,11 +601,11 @@ PlayerSettings:
596601
suppressCommonWarnings: 1
597602
allowUnsafeCode: 0
598603
useDeterministicCompilation: 1
599-
useReferenceAssemblies: 1
600604
enableRoslynAnalyzers: 1
601605
additionalIl2CppArgs:
602606
scriptingRuntimeVersion: 1
603607
gcIncremental: 0
608+
assemblyVersionValidation: 1
604609
gcWBarrierValidation: 0
605610
apiCompatibilityLevelPerPlatform: {}
606611
m_RenderingPath: 1
@@ -650,6 +655,7 @@ PlayerSettings:
650655
XboxOneCapability: []
651656
XboxOneGameRating: {}
652657
XboxOneIsContentPackage: 0
658+
XboxOneEnhancedXboxCompatibilityMode: 0
653659
XboxOneEnableGPUVariability: 0
654660
XboxOneSockets: {}
655661
XboxOneSplashScreen: {fileID: 0}

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.1.1f1
2-
m_EditorVersionWithRevision: 2021.1.1f1 (6fdc41dfa55a)
1+
m_EditorVersion: 2021.1.12f1
2+
m_EditorVersionWithRevision: 2021.1.12f1 (afcadd793de6)

0 commit comments

Comments
 (0)