Skip to content

Commit 4f2a459

Browse files
committed
Upgraded Unity version to 2021.1.13
1 parent 2a0d554 commit 4f2a459

8 files changed

Lines changed: 128 additions & 53 deletions

File tree

.vsconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Packages/manifest.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
4-
"com.unity.addressables": "1.16.16",
5-
"com.unity.ide.rider": "1.1.4",
6-
"com.unity.postprocessing": "3.0.1",
4+
"com.unity.addressables": "1.16.19",
5+
"com.unity.ide.rider": "3.0.7",
6+
"com.unity.ide.visualstudio": "2.0.9",
7+
"com.unity.postprocessing": "3.1.1",
78
"com.unity.scriptablebuildpipeline": "1.16.1",
8-
"com.unity.test-framework": "1.1.20",
9-
"com.unity.textmeshpro": "2.1.1",
9+
"com.unity.test-framework": "1.1.26",
10+
"com.unity.textmeshpro": "3.0.6",
1011
"com.unity.ugui": "1.0.0",
1112
"com.unity.modules.ai": "1.0.0",
1213
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {}
88
},
99
"com.unity.addressables": {
10-
"version": "1.16.16",
10+
"version": "1.16.19",
1111
"depth": 0,
1212
"source": "registry",
1313
"dependencies": {
@@ -26,19 +26,30 @@
2626
"url": "https://packages.unity.com"
2727
},
2828
"com.unity.ide.rider": {
29-
"version": "1.1.4",
29+
"version": "3.0.7",
3030
"depth": 0,
3131
"source": "registry",
3232
"dependencies": {
33-
"com.unity.test-framework": "1.1.1"
33+
"com.unity.ext.nunit": "1.0.6"
34+
},
35+
"url": "https://packages.unity.com"
36+
},
37+
"com.unity.ide.visualstudio": {
38+
"version": "2.0.9",
39+
"depth": 0,
40+
"source": "registry",
41+
"dependencies": {
42+
"com.unity.test-framework": "1.1.9"
3443
},
3544
"url": "https://packages.unity.com"
3645
},
3746
"com.unity.postprocessing": {
38-
"version": "3.0.1",
47+
"version": "3.1.1",
3948
"depth": 0,
4049
"source": "registry",
41-
"dependencies": {},
50+
"dependencies": {
51+
"com.unity.modules.physics": "1.0.0"
52+
},
4253
"url": "https://packages.unity.com"
4354
},
4455
"com.unity.scriptablebuildpipeline": {
@@ -49,7 +60,7 @@
4960
"url": "https://packages.unity.com"
5061
},
5162
"com.unity.test-framework": {
52-
"version": "1.1.20",
63+
"version": "1.1.26",
5364
"depth": 0,
5465
"source": "registry",
5566
"dependencies": {
@@ -60,7 +71,7 @@
6071
"url": "https://packages.unity.com"
6172
},
6273
"com.unity.textmeshpro": {
63-
"version": "2.1.1",
74+
"version": "3.0.6",
6475
"depth": 0,
6576
"source": "registry",
6677
"dependencies": {
@@ -210,6 +221,18 @@
210221
"depth": 0,
211222
"source": "builtin",
212223
"dependencies": {
224+
"com.unity.modules.ui": "1.0.0",
225+
"com.unity.modules.imgui": "1.0.0",
226+
"com.unity.modules.jsonserialize": "1.0.0",
227+
"com.unity.modules.uielementsnative": "1.0.0"
228+
}
229+
},
230+
"com.unity.modules.uielementsnative": {
231+
"version": "1.0.0",
232+
"depth": 1,
233+
"source": "builtin",
234+
"dependencies": {
235+
"com.unity.modules.ui": "1.0.0",
213236
"com.unity.modules.imgui": "1.0.0",
214237
"com.unity.modules.jsonserialize": "1.0.0"
215238
}

ProjectSettings/PackageManagerSettings.asset

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,22 @@ MonoBehaviour:
99
m_GameObject: {fileID: 0}
1010
m_Enabled: 1
1111
m_EditorHideFlags: 0
12-
m_Script: {fileID: 13960, guid: 0000000000000000e000000000000000, type: 0}
12+
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
1313
m_Name:
1414
m_EditorClassIdentifier:
15+
m_EnablePreReleasePackages: 0
16+
m_EnablePackageDependencies: 0
17+
m_AdvancedSettingsExpanded: 1
1518
m_ScopedRegistriesSettingsExpanded: 1
19+
m_SeeAllPackageVersions: 0
1620
oneTimeWarningShown: 0
1721
m_Registries:
1822
- m_Id: main
1923
m_Name:
2024
m_Url: https://packages.unity.com
2125
m_Scopes: []
2226
m_IsDefault: 1
27+
m_Capabilities: 7
2328
m_UserSelectedRegistryName:
2429
m_UserAddingNewScopedRegistry: 0
2530
m_RegistryInfoDraft:
@@ -30,9 +35,11 @@ MonoBehaviour:
3035
m_Url:
3136
m_Scopes: []
3237
m_IsDefault: 0
38+
m_Capabilities: 0
3339
m_Modified: 0
3440
m_Name:
3541
m_Url:
3642
m_Scopes:
3743
-
3844
m_SelectedScopeIndex: 0
45+
m_LoadAssets: 0

ProjectSettings/ProjectSettings.asset

Lines changed: 47 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!129 &1
44
PlayerSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 20
6+
serializedVersion: 22
77
productGUID: 3c94cc1505f2164409adcc9010f863c2
88
AndroidProfiler: 0
99
AndroidFilterTouchesWhenObscured: 0
@@ -49,6 +49,8 @@ PlayerSettings:
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 0
5151
m_MTRendering: 1
52+
mipStripping: 0
53+
numberOfMipsStripped: 0
5254
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
5355
iosShowActivityIndicatorOnLoading: -1
5456
androidShowActivityIndicatorOnLoading: -1
@@ -117,6 +119,7 @@ PlayerSettings:
117119
stadiaTargetFramerate: 0
118120
vulkanNumSwapchainBuffers: 3
119121
vulkanEnableSetSRGBWrite: 0
122+
vulkanEnablePreTransform: 0
120123
vulkanEnableLateAcquireNextImage: 0
121124
m_SupportedAspectRatios:
122125
4:3: 0
@@ -132,31 +135,6 @@ PlayerSettings:
132135
xboxOneDisableKinectGpuReservation: 1
133136
xboxOneEnable7thCore: 1
134137
vrSettings:
135-
cardboard:
136-
depthFormat: 0
137-
enableTransitionView: 0
138-
daydream:
139-
depthFormat: 0
140-
useSustainedPerformanceMode: 0
141-
enableVideoLayer: 0
142-
useProtectedVideoMemory: 0
143-
minimumSupportedHeadTracking: 0
144-
maximumSupportedHeadTracking: 1
145-
hololens:
146-
depthFormat: 1
147-
depthBufferSharingEnabled: 1
148-
lumin:
149-
depthFormat: 0
150-
frameTiming: 2
151-
enableGLCache: 0
152-
glCacheMaxBlobSize: 524288
153-
glCacheMaxFileSize: 8388608
154-
oculus:
155-
sharedDepthBuffer: 1
156-
dashSupport: 1
157-
lowOverheadMode: 0
158-
protectedContext: 0
159-
v2Signing: 1
160138
enable360StereoCapture: 0
161139
isWsaHolographicRemotingEnabled: 0
162140
enableFrameTimingStats: 0
@@ -168,7 +146,11 @@ PlayerSettings:
168146
androidSupportedAspectRatio: 1
169147
androidMaxAspectRatio: 2.1
170148
applicationIdentifier: {}
171-
buildNumber: {}
149+
buildNumber:
150+
Standalone: 0
151+
iPhone: 0
152+
tvOS: 0
153+
overrideDefaultApplicationIdentifier: 0
172154
AndroidBundleVersionCode: 1
173155
AndroidMinSdkVersion: 19
174156
AndroidTargetSdkVersion: 0
@@ -185,10 +167,10 @@ PlayerSettings:
185167
StripUnusedMeshComponents: 1
186168
VertexChannelCompressionMask: 4054
187169
iPhoneSdkVersion: 988
188-
iOSTargetOSVersionString: 10.0
170+
iOSTargetOSVersionString: 11.0
189171
tvOSSdkVersion: 0
190172
tvOSRequireExtendedGameController: 0
191-
tvOSTargetOSVersionString: 10.0
173+
tvOSTargetOSVersionString: 11.0
192174
uIPrerenderedIcon: 0
193175
uIRequiresPersistentWiFi: 0
194176
uIRequiresFullScreen: 1
@@ -222,8 +204,8 @@ PlayerSettings:
222204
iOSLaunchScreeniPadFillPct: 100
223205
iOSLaunchScreeniPadSize: 100
224206
iOSLaunchScreeniPadCustomXibPath:
225-
iOSUseLaunchScreenStoryboard: 0
226207
iOSLaunchScreenCustomStoryboardPath:
208+
iOSLaunchScreeniPadCustomStoryboardPath:
227209
iOSDeviceRequirements: []
228210
iOSURLSchemes: []
229211
iOSBackgroundModes: 0
@@ -241,9 +223,17 @@ PlayerSettings:
241223
iOSRequireARKit: 0
242224
iOSAutomaticallyDetectAndAddCapabilities: 1
243225
appleEnableProMotion: 0
226+
shaderPrecisionModel: 0
244227
clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea
245228
templatePackageId: com.unity.template.3d@4.2.8
246229
templateDefaultScene: Assets/Scenes/SampleScene.unity
230+
useCustomMainManifest: 0
231+
useCustomLauncherManifest: 0
232+
useCustomMainGradleTemplate: 0
233+
useCustomLauncherGradleManifest: 0
234+
useCustomBaseGradleTemplate: 0
235+
useCustomGradlePropertiesTemplate: 0
236+
useCustomProguardFile: 0
247237
AndroidTargetArchitectures: 1
248238
AndroidSplashScreenScale: 0
249239
androidSplashScreen: {fileID: 0}
@@ -261,6 +251,9 @@ PlayerSettings:
261251
height: 180
262252
banner: {fileID: 0}
263253
androidGamepadSupportLevel: 0
254+
AndroidMinifyWithR8: 0
255+
AndroidMinifyRelease: 0
256+
AndroidMinifyDebug: 0
264257
AndroidValidateAppBundleSize: 1
265258
AndroidAppBundleSizeToValidate: 150
266259
m_BuildTargetIcons:
@@ -463,7 +456,7 @@ PlayerSettings:
463456
m_Automatic: 1
464457
- m_BuildTarget: AppleTVSupport
465458
m_APIs: 10000000
466-
m_Automatic: 0
459+
m_Automatic: 1
467460
- m_BuildTarget: WebGLSupport
468461
m_APIs: 0b000000
469462
m_Automatic: 1
@@ -483,6 +476,7 @@ PlayerSettings:
483476
tvOS: 1
484477
m_BuildTargetGroupLightmapEncodingQuality: []
485478
m_BuildTargetGroupLightmapSettings: []
479+
m_BuildTargetNormalMapEncoding: []
486480
playModeTestRunnerEnabled: 0
487481
runPlayModeTestAsEditModeTest: 0
488482
actionOnDotNetUnhandledException: 1
@@ -492,12 +486,15 @@ PlayerSettings:
492486
cameraUsageDescription:
493487
locationUsageDescription:
494488
microphoneUsageDescription:
489+
switchNMETAOverride:
495490
switchNetLibKey:
496491
switchSocketMemoryPoolSize: 6144
497492
switchSocketAllocatorPoolSize: 128
498493
switchSocketConcurrencyLimit: 14
499494
switchScreenResolutionBehavior: 2
500495
switchUseCPUProfiler: 0
496+
switchUseGOLDLinker: 0
497+
switchLTOSetting: 0
501498
switchApplicationID: 0x01004b9000490000
502499
switchNSODependencies:
503500
switchTitleNames_0:
@@ -515,6 +512,7 @@ PlayerSettings:
515512
switchTitleNames_12:
516513
switchTitleNames_13:
517514
switchTitleNames_14:
515+
switchTitleNames_15:
518516
switchPublisherNames_0:
519517
switchPublisherNames_1:
520518
switchPublisherNames_2:
@@ -530,6 +528,7 @@ PlayerSettings:
530528
switchPublisherNames_12:
531529
switchPublisherNames_13:
532530
switchPublisherNames_14:
531+
switchPublisherNames_15:
533532
switchIcons_0: {fileID: 0}
534533
switchIcons_1: {fileID: 0}
535534
switchIcons_2: {fileID: 0}
@@ -545,6 +544,7 @@ PlayerSettings:
545544
switchIcons_12: {fileID: 0}
546545
switchIcons_13: {fileID: 0}
547546
switchIcons_14: {fileID: 0}
547+
switchIcons_15: {fileID: 0}
548548
switchSmallIcons_0: {fileID: 0}
549549
switchSmallIcons_1: {fileID: 0}
550550
switchSmallIcons_2: {fileID: 0}
@@ -560,6 +560,7 @@ PlayerSettings:
560560
switchSmallIcons_12: {fileID: 0}
561561
switchSmallIcons_13: {fileID: 0}
562562
switchSmallIcons_14: {fileID: 0}
563+
switchSmallIcons_15: {fileID: 0}
563564
switchManualHTML:
564565
switchAccessibleURLs:
565566
switchLegalInformation:
@@ -622,6 +623,9 @@ PlayerSettings:
622623
switchSocketInitializeEnabled: 1
623624
switchNetworkInterfaceManagerInitializeEnabled: 1
624625
switchPlayerConnectionEnabled: 1
626+
switchUseNewStyleFilepaths: 0
627+
switchUseMicroSleepForYield: 1
628+
switchMicroSleepForYieldTime: 25
625629
ps4NPAgeRating: 12
626630
ps4NPTitleSecret:
627631
ps4NPTrophyPackPath:
@@ -712,9 +716,10 @@ PlayerSettings:
712716
webGLAnalyzeBuildSize: 0
713717
webGLUseEmbeddedResources: 0
714718
webGLCompressionFormat: 1
719+
webGLWasmArithmeticExceptions: 0
715720
webGLLinkerTarget: 1
716721
webGLThreadsSupport: 0
717-
webGLWasmStreaming: 0
722+
webGLDecompressionFallback: 0
718723
scriptingDefineSymbols:
719724
1: UNITY_POST_PROCESSING_STACK_V2
720725
4: UNITY_POST_PROCESSING_STACK_V2
@@ -728,12 +733,18 @@ PlayerSettings:
728733
28: UNITY_POST_PROCESSING_STACK_V2
729734
29: UNITY_POST_PROCESSING_STACK_V2
730735
30: UNITY_POST_PROCESSING_STACK_V2
736+
32: UNITY_POST_PROCESSING_STACK_V2
737+
33: UNITY_POST_PROCESSING_STACK_V2
738+
additionalCompilerArguments: {}
731739
platformArchitecture: {}
732740
scriptingBackend: {}
733741
il2cppCompilerConfiguration: {}
734742
managedStrippingLevel: {}
735743
incrementalIl2cppBuild: {}
744+
suppressCommonWarnings: 1
736745
allowUnsafeCode: 0
746+
useDeterministicCompilation: 1
747+
enableRoslynAnalyzers: 1
737748
additionalIl2CppArgs:
738749
scriptingRuntimeVersion: 1
739750
gcIncremental: 0
@@ -796,10 +807,7 @@ PlayerSettings:
796807
XboxOneXTitleMemory: 8
797808
XboxOneOverrideIdentityName:
798809
XboxOneOverrideIdentityPublisher:
799-
vrEditorSettings:
800-
daydream:
801-
daydreamIconForeground: {fileID: 0}
802-
daydreamIconBackground: {fileID: 0}
810+
vrEditorSettings: {}
803811
cloudServicesEnabled:
804812
Build: 0
805813
Collab: 0
@@ -818,11 +826,12 @@ PlayerSettings:
818826
m_VersionCode: 1
819827
m_VersionName:
820828
apiCompatibilityLevel: 6
829+
activeInputHandler: 0
821830
cloudProjectId:
822831
framebufferDepthMemorylessMode: 0
832+
qualitySettingsNames: []
823833
projectName:
824834
organizationId:
825835
cloudEnabled: 0
826-
enableNativePlatformBackendsForNewInputSystem: 0
827-
disableOldInputManagerSupport: 0
828836
legacyClampBlendShapeWeights: 0
837+
virtualTexturingSupportEnabled: 0

0 commit comments

Comments
 (0)