Skip to content

Commit 509e0e6

Browse files
committed
Change build target to 2019.4.25f1
Downgrades some packages and switch back to the minimal template, since 2020 templates are not supported. Shows the current state of 2019 LTS
1 parent 8bdb884 commit 509e0e6

File tree

4 files changed

+67
-58
lines changed

4 files changed

+67
-58
lines changed

Packages/manifest.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.3.9",
43
"com.unity.ide.rider": "3.0.5",
54
"com.unity.ide.visualstudio": "2.0.7",
65
"com.unity.ide.vscode": "1.2.3",
76
"com.unity.test-framework": "1.1.22",
8-
"com.unity.textmeshpro": "3.0.4",
7+
"com.unity.textmeshpro": "2.1.6",
98
"com.unity.ugui": "1.0.0",
109
"com.unity.modules.androidjni": "1.0.0",
1110
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

+1-20
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": {
4-
"version": "1.3.9",
5-
"depth": 0,
6-
"source": "registry",
7-
"dependencies": {},
8-
"url": "https://packages.unity.com"
9-
},
103
"com.unity.ext.nunit": {
114
"version": "1.0.6",
125
"depth": 1,
@@ -49,7 +42,7 @@
4942
"url": "https://packages.unity.com"
5043
},
5144
"com.unity.textmeshpro": {
52-
"version": "3.0.4",
45+
"version": "2.1.6",
5346
"depth": 0,
5447
"source": "registry",
5548
"dependencies": {
@@ -170,18 +163,6 @@
170163
"depth": 0,
171164
"source": "builtin",
172165
"dependencies": {
173-
"com.unity.modules.ui": "1.0.0",
174-
"com.unity.modules.imgui": "1.0.0",
175-
"com.unity.modules.jsonserialize": "1.0.0",
176-
"com.unity.modules.uielementsnative": "1.0.0"
177-
}
178-
},
179-
"com.unity.modules.uielementsnative": {
180-
"version": "1.0.0",
181-
"depth": 1,
182-
"source": "builtin",
183-
"dependencies": {
184-
"com.unity.modules.ui": "1.0.0",
185166
"com.unity.modules.imgui": "1.0.0",
186167
"com.unity.modules.jsonserialize": "1.0.0"
187168
}

ProjectSettings/ProjectSettings.asset

+63-34
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!129 &1
44
PlayerSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 22
6+
serializedVersion: 20
77
productGUID: 36128be55b3d22b46894bbc0c8443b80
88
AndroidProfiler: 0
99
AndroidFilterTouchesWhenObscured: 0
@@ -49,8 +49,6 @@ PlayerSettings:
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 0
5151
m_MTRendering: 1
52-
mipStripping: 0
53-
numberOfMipsStripped: 0
5452
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
5553
iosShowActivityIndicatorOnLoading: -1
5654
androidShowActivityIndicatorOnLoading: -1
@@ -119,22 +117,46 @@ PlayerSettings:
119117
stadiaTargetFramerate: 0
120118
vulkanNumSwapchainBuffers: 3
121119
vulkanEnableSetSRGBWrite: 0
122-
vulkanEnablePreTransform: 0
123120
vulkanEnableLateAcquireNextImage: 0
124121
m_SupportedAspectRatios:
125122
4:3: 1
126123
5:4: 1
127124
16:10: 1
128125
16:9: 1
129126
Others: 1
130-
bundleVersion: 2020.2.0
127+
bundleVersion: 2019.4.25
131128
preloadedAssets: []
132129
metroInputSource: 0
133130
wsaTransparentSwapchain: 0
134131
m_HolographicPauseOnTrackingLoss: 1
135132
xboxOneDisableKinectGpuReservation: 0
136133
xboxOneEnable7thCore: 0
137134
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
138160
enable360StereoCapture: 0
139161
isWsaHolographicRemotingEnabled: 0
140162
enableFrameTimingStats: 0
@@ -150,7 +172,6 @@ PlayerSettings:
150172
Standalone: 0
151173
iPhone: 0
152174
tvOS: 0
153-
overrideDefaultApplicationIdentifier: 0
154175
AndroidBundleVersionCode: 1
155176
AndroidMinSdkVersion: 19
156177
AndroidTargetSdkVersion: 0
@@ -204,8 +225,8 @@ PlayerSettings:
204225
iOSLaunchScreeniPadFillPct: 100
205226
iOSLaunchScreeniPadSize: 100
206227
iOSLaunchScreeniPadCustomXibPath:
228+
iOSUseLaunchScreenStoryboard: 0
207229
iOSLaunchScreenCustomStoryboardPath:
208-
iOSLaunchScreeniPadCustomStoryboardPath:
209230
iOSDeviceRequirements: []
210231
iOSURLSchemes: []
211232
iOSBackgroundModes: 0
@@ -223,17 +244,9 @@ PlayerSettings:
223244
iOSRequireARKit: 0
224245
iOSAutomaticallyDetectAndAddCapabilities: 1
225246
appleEnableProMotion: 0
226-
shaderPrecisionModel: 0
227247
clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea
228248
templatePackageId: [email protected]
229249
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
237250
AndroidTargetArchitectures: 5
238251
AndroidSplashScreenScale: 0
239252
androidSplashScreen: {fileID: 0}
@@ -251,9 +264,6 @@ PlayerSettings:
251264
height: 180
252265
banner: {fileID: 0}
253266
androidGamepadSupportLevel: 0
254-
AndroidMinifyWithR8: 0
255-
AndroidMinifyRelease: 0
256-
AndroidMinifyDebug: 0
257267
AndroidValidateAppBundleSize: 1
258268
AndroidAppBundleSizeToValidate: 150
259269
m_BuildTargetIcons: []
@@ -430,7 +440,6 @@ PlayerSettings:
430440
- m_BuildTarget: WebGL
431441
m_TextureStreamingEnabled: 0
432442
m_TextureStreamingPriority: 0
433-
m_BuildTargetNormalMapEncoding: []
434443
playModeTestRunnerEnabled: 0
435444
runPlayModeTestAsEditModeTest: 0
436445
actionOnDotNetUnhandledException: 1
@@ -440,15 +449,12 @@ PlayerSettings:
440449
cameraUsageDescription:
441450
locationUsageDescription:
442451
microphoneUsageDescription:
443-
switchNMETAOverride:
444452
switchNetLibKey:
445453
switchSocketMemoryPoolSize: 6144
446454
switchSocketAllocatorPoolSize: 128
447455
switchSocketConcurrencyLimit: 14
448456
switchScreenResolutionBehavior: 2
449457
switchUseCPUProfiler: 0
450-
switchUseGOLDLinker: 0
451-
switchLTOSetting: 0
452458
switchApplicationID: 0x01004b9000490000
453459
switchNSODependencies:
454460
switchTitleNames_0:
@@ -577,7 +583,8 @@ PlayerSettings:
577583
switchSocketInitializeEnabled: 1
578584
switchNetworkInterfaceManagerInitializeEnabled: 1
579585
switchPlayerConnectionEnabled: 1
580-
switchUseNewStyleFilepaths: 0
586+
switchUseMicroSleepForYield: 1
587+
switchMicroSleepForYieldTime: 25
581588
ps4NPAgeRating: 12
582589
ps4NPTitleSecret:
583590
ps4NPTrophyPackPath:
@@ -652,6 +659,31 @@ PlayerSettings:
652659
ps4attribEyeToEyeDistanceSettingVR: 0
653660
ps4IncludedModules: []
654661
ps4attribVROutputEnabled: 0
662+
ps5ParamFilePath:
663+
ps5VideoOutPixelFormat: 0
664+
ps5VideoOutInitialWidth: 1920
665+
ps5VideoOutOutputMode: 1
666+
ps5BackgroundImagePath:
667+
ps5StartupImagePath:
668+
ps5Pic2Path:
669+
ps5StartupImagesFolder:
670+
ps5IconImagesFolder:
671+
ps5SaveDataImagePath:
672+
ps5SdkOverride:
673+
ps5BGMPath:
674+
ps5ShareOverlayImagePath:
675+
ps5NPConfigZipPath:
676+
ps5Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ
677+
ps5UseResolutionFallback: 0
678+
ps5UseAudio3dBackend: 0
679+
ps5ScriptOptimizationLevel: 2
680+
ps5Audio3dVirtualSpeakerCount: 14
681+
ps5UpdateReferencePackage:
682+
ps5disableAutoHideSplash: 0
683+
ps5OperatingSystemCanDisableSplashScreen: 0
684+
ps5IncludedModules: []
685+
ps5SharedBinaryContentLabels: []
686+
ps5SharedBinarySystemFolders: []
655687
monoEnv:
656688
splashScreenBackgroundSourceLandscape: {fileID: 0}
657689
splashScreenBackgroundSourcePortrait: {fileID: 0}
@@ -664,27 +696,22 @@ PlayerSettings:
664696
webGLDebugSymbols: 0
665697
webGLEmscriptenArgs:
666698
webGLModulesDirectory:
667-
webGLTemplate: PROJECT:Responsive
699+
webGLTemplate: APPLICATION:Minimal
668700
webGLAnalyzeBuildSize: 0
669701
webGLUseEmbeddedResources: 0
670702
webGLCompressionFormat: 0
671-
webGLWasmArithmeticExceptions: 0
672703
webGLLinkerTarget: 1
673704
webGLThreadsSupport: 0
674-
webGLDecompressionFallback: 0
705+
webGLWasmStreaming: 0
675706
scriptingDefineSymbols: {}
676-
additionalCompilerArguments: {}
677707
platformArchitecture: {}
678708
scriptingBackend: {}
679709
il2cppCompilerConfiguration:
680710
WebGL: 1
681711
managedStrippingLevel:
682712
WebGL: 3
683713
incrementalIl2cppBuild: {}
684-
suppressCommonWarnings: 1
685714
allowUnsafeCode: 0
686-
useDeterministicCompilation: 1
687-
enableRoslynAnalyzers: 1
688715
additionalIl2CppArgs:
689716
scriptingRuntimeVersion: 1
690717
gcIncremental: 0
@@ -748,7 +775,10 @@ PlayerSettings:
748775
XboxOneXTitleMemory: 8
749776
XboxOneOverrideIdentityName:
750777
XboxOneOverrideIdentityPublisher:
751-
vrEditorSettings: {}
778+
vrEditorSettings:
779+
daydream:
780+
daydreamIconForeground: {fileID: 0}
781+
daydreamIconBackground: {fileID: 0}
752782
cloudServicesEnabled:
753783
UNet: 1
754784
luminIcon:
@@ -763,12 +793,11 @@ PlayerSettings:
763793
m_VersionCode: 1
764794
m_VersionName:
765795
apiCompatibilityLevel: 6
766-
activeInputHandler: 0
767796
cloudProjectId:
768797
framebufferDepthMemorylessMode: 0
769-
qualitySettingsNames: []
770798
projectName:
771799
organizationId:
772800
cloudEnabled: 0
801+
enableNativePlatformBackendsForNewInputSystem: 0
802+
disableOldInputManagerSupport: 0
773803
legacyClampBlendShapeWeights: 0
774-
virtualTexturingSupportEnabled: 0

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.1.0f1
2-
m_EditorVersionWithRevision: 2021.1.0f1 (61a549675243)
1+
m_EditorVersion: 2019.4.25f1
2+
m_EditorVersionWithRevision: 2019.4.25f1 (01a0494af254)

0 commit comments

Comments
 (0)