Skip to content

Commit 4d14f56

Browse files
committed
fix: compression error
1 parent f204b53 commit 4d14f56

File tree

10 files changed

+20834
-25
lines changed

10 files changed

+20834
-25
lines changed

ProjectSettings/ProjectSettings.asset

Lines changed: 44 additions & 20 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: 26
6+
serializedVersion: 28
77
productGUID: 2580b6697d8718549bf7762f5554e0d3
88
AndroidProfiler: 0
99
AndroidFilterTouchesWhenObscured: 0
@@ -49,6 +49,7 @@ PlayerSettings:
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 1
5151
unsupportedMSAAFallback: 0
52+
m_SpriteBatchMaxVertexCount: 65535
5253
m_SpriteBatchVertexThreshold: 300
5354
m_MTRendering: 1
5455
mipStripping: 0
@@ -70,16 +71,18 @@ PlayerSettings:
7071
androidRenderOutsideSafeArea: 1
7172
androidUseSwappy: 1
7273
androidBlitType: 0
73-
androidResizableWindow: 0
74+
androidResizeableActivity: 0
7475
androidDefaultWindowWidth: 1920
7576
androidDefaultWindowHeight: 1080
7677
androidMinimumWindowWidth: 400
7778
androidMinimumWindowHeight: 300
7879
androidFullscreenMode: 1
80+
androidAutoRotationBehavior: 1
81+
androidPredictiveBackSupport: 0
82+
androidApplicationEntry: 1
7983
defaultIsNativeResolution: 1
8084
macRetinaSupport: 1
8185
runInBackground: 0
82-
captureSingleScreen: 0
8386
muteOtherAudioSources: 0
8487
Prepare IOS For Recording: 0
8588
Force IOS Speakers When Recording: 0
@@ -95,6 +98,7 @@ PlayerSettings:
9598
useMacAppStoreValidation: 0
9699
macAppStoreCategory: public.app-category.games
97100
gpuSkinning: 0
101+
meshDeformation: 0
98102
xboxPIXTextureCapture: 0
99103
xboxEnableAvatar: 0
100104
xboxEnableKinect: 0
@@ -126,16 +130,16 @@ PlayerSettings:
126130
switchAllowGpuScratchShrinking: 0
127131
switchNVNMaxPublicTextureIDCount: 0
128132
switchNVNMaxPublicSamplerIDCount: 0
129-
switchNVNGraphicsFirmwareMemory: 32
130133
switchMaxWorkerMultiple: 8
131-
stadiaPresentMode: 0
132-
stadiaTargetFramerate: 0
134+
switchNVNGraphicsFirmwareMemory: 32
133135
vulkanNumSwapchainBuffers: 3
134136
vulkanEnableSetSRGBWrite: 0
135137
vulkanEnablePreTransform: 0
136138
vulkanEnableLateAcquireNextImage: 0
137139
vulkanEnableCommandBufferRecycling: 1
138140
loadStoreDebugModeEnabled: 0
141+
visionOSBundleVersion: 1.0
142+
tvOSBundleVersion: 1.0
139143
bundleVersion: 1.0
140144
preloadedAssets: []
141145
metroInputSource: 0
@@ -157,6 +161,7 @@ PlayerSettings:
157161
resetResolutionOnWindowResize: 0
158162
androidSupportedAspectRatio: 1
159163
androidMaxAspectRatio: 2.1
164+
androidMinAspectRatio: 1
160165
applicationIdentifier:
161166
Standalone: com.DefaultCompany.2DProject
162167
buildNumber:
@@ -166,7 +171,7 @@ PlayerSettings:
166171
tvOS: 0
167172
overrideDefaultApplicationIdentifier: 1
168173
AndroidBundleVersionCode: 1
169-
AndroidMinSdkVersion: 22
174+
AndroidMinSdkVersion: 23
170175
AndroidTargetSdkVersion: 0
171176
AndroidPreferredInstallLocation: 1
172177
aotOptions:
@@ -176,16 +181,18 @@ PlayerSettings:
176181
ForceInternetPermission: 0
177182
ForceSDCardPermission: 0
178183
CreateWallpaper: 0
179-
APKExpansionFiles: 0
184+
androidSplitApplicationBinary: 0
180185
keepLoadedShadersAlive: 0
181186
StripUnusedMeshComponents: 0
182187
strictShaderVariantMatching: 0
183188
VertexChannelCompressionMask: 4054
184189
iPhoneSdkVersion: 988
185-
iOSTargetOSVersionString: 12.0
190+
iOSSimulatorArchitecture: 0
191+
iOSTargetOSVersionString: 13.0
186192
tvOSSdkVersion: 0
193+
tvOSSimulatorArchitecture: 0
187194
tvOSRequireExtendedGameController: 0
188-
tvOSTargetOSVersionString: 12.0
195+
tvOSTargetOSVersionString: 13.0
189196
VisionOSSdkVersion: 0
190197
VisionOSTargetOSVersionString: 1.0
191198
uIPrerenderedIcon: 0
@@ -212,15 +219,13 @@ PlayerSettings:
212219
rgba: 0
213220
iOSLaunchScreenFillPct: 100
214221
iOSLaunchScreenSize: 100
215-
iOSLaunchScreenCustomXibPath:
216222
iOSLaunchScreeniPadType: 0
217223
iOSLaunchScreeniPadImage: {fileID: 0}
218224
iOSLaunchScreeniPadBackgroundColor:
219225
serializedVersion: 2
220226
rgba: 0
221227
iOSLaunchScreeniPadFillPct: 100
222228
iOSLaunchScreeniPadSize: 100
223-
iOSLaunchScreeniPadCustomXibPath:
224229
iOSLaunchScreenCustomStoryboardPath:
225230
iOSLaunchScreeniPadCustomStoryboardPath:
226231
iOSDeviceRequirements: []
@@ -230,6 +235,7 @@ PlayerSettings:
230235
iOSMetalForceHardShadows: 0
231236
metalEditorSupport: 1
232237
metalAPIValidation: 1
238+
metalCompileShaderBinary: 0
233239
iOSRenderExtraFrameOnPause: 0
234240
iosCopyPluginsCodeInsteadOfSymlink: 0
235241
appleDeveloperTeamID:
@@ -256,12 +262,12 @@ PlayerSettings:
256262
useCustomGradleSettingsTemplate: 0
257263
useCustomProguardFile: 0
258264
AndroidTargetArchitectures: 1
259-
AndroidTargetDevices: 0
260265
AndroidSplashScreenScale: 0
261266
androidSplashScreen: {fileID: 0}
262267
AndroidKeystoreName:
263268
AndroidKeyaliasName:
264269
AndroidEnableArmv9SecurityFeatures: 0
270+
AndroidEnableArm64MTE: 0
265271
AndroidBuildApkPerCpuArchitecture: 0
266272
AndroidTVCompatibility: 0
267273
AndroidIsGame: 1
@@ -274,11 +280,12 @@ PlayerSettings:
274280
height: 180
275281
banner: {fileID: 0}
276282
androidGamepadSupportLevel: 0
277-
chromeosInputEmulation: 1
278283
AndroidMinifyRelease: 0
279284
AndroidMinifyDebug: 0
280285
AndroidValidateAppBundleSize: 1
281286
AndroidAppBundleSizeToValidate: 150
287+
AndroidReportGooglePlayAppDependencies: 1
288+
androidSymbolsSizeThreshold: 800
282289
m_BuildTargetIcons: []
283290
m_BuildTargetPlatformIcons: []
284291
m_BuildTargetBatching: []
@@ -330,24 +337,28 @@ PlayerSettings:
330337
iPhone: 1
331338
tvOS: 1
332339
m_BuildTargetGroupLightmapEncodingQuality: []
333-
m_BuildTargetGroupHDRCubemapEncodingQuality: []
334340
m_BuildTargetGroupLightmapSettings: []
335341
m_BuildTargetGroupLoadStoreDebugModeSettings: []
336342
m_BuildTargetNormalMapEncoding: []
337343
m_BuildTargetDefaultTextureCompressionFormat:
338-
- m_BuildTarget: Android
339-
m_Format: 3
344+
- serializedVersion: 3
345+
m_BuildTarget: Android
346+
m_Formats: 03000000
347+
- serializedVersion: 3
348+
m_BuildTarget: WebGL
349+
m_Formats: 05000000
340350
playModeTestRunnerEnabled: 0
341351
runPlayModeTestAsEditModeTest: 0
342352
actionOnDotNetUnhandledException: 1
353+
editorGfxJobOverride: 1
343354
enableInternalProfiler: 0
344355
logObjCUncaughtExceptions: 1
345356
enableCrashReportAPI: 0
346357
cameraUsageDescription:
347358
locationUsageDescription:
348359
microphoneUsageDescription:
349360
bluetoothUsageDescription:
350-
macOSTargetOSVersion: 10.13.0
361+
macOSTargetOSVersion: 11.0
351362
switchNMETAOverride:
352363
switchNetLibKey:
353364
switchSocketMemoryPoolSize: 6144
@@ -356,7 +367,6 @@ PlayerSettings:
356367
switchScreenResolutionBehavior: 2
357368
switchUseCPUProfiler: 0
358369
switchEnableFileSystemTrace: 0
359-
switchUseGOLDLinker: 0
360370
switchLTOSetting: 0
361371
switchApplicationID: 0x01004b9000490000
362372
switchNSODependencies:
@@ -486,12 +496,14 @@ PlayerSettings:
486496
switchSocketBufferEfficiency: 4
487497
switchSocketInitializeEnabled: 1
488498
switchNetworkInterfaceManagerInitializeEnabled: 1
499+
switchDisableHTCSPlayerConnection: 0
489500
switchUseNewStyleFilepaths: 0
490501
switchUseLegacyFmodPriorities: 0
491502
switchUseMicroSleepForYield: 1
492503
switchEnableRamDiskSupport: 0
493504
switchMicroSleepForYieldTime: 25
494505
switchRamDiskSpaceSize: 12
506+
switchUpgradedPlayerSettingsToNMETA: 0
495507
ps4NPAgeRating: 12
496508
ps4NPTitleSecret:
497509
ps4NPTrophyPackPath:
@@ -594,13 +606,19 @@ PlayerSettings:
594606
webGLMemoryLinearGrowthStep: 16
595607
webGLMemoryGeometricGrowthStep: 0.2
596608
webGLMemoryGeometricGrowthCap: 96
609+
webGLEnableWebGPU: 0
597610
webGLPowerPreference: 2
611+
webGLWebAssemblyTable: 0
612+
webGLWebAssemblyBigInt: 0
613+
webGLCloseOnQuit: 0
614+
webWasm2023: 0
598615
scriptingDefineSymbols: {}
599616
additionalCompilerArguments: {}
600617
platformArchitecture: {}
601618
scriptingBackend: {}
602619
il2cppCompilerConfiguration: {}
603620
il2cppCodeGeneration: {}
621+
il2cppStacktraceInformation: {}
604622
managedStrippingLevel:
605623
EmbeddedLinux: 1
606624
GameCoreScarlett: 1
@@ -625,6 +643,7 @@ PlayerSettings:
625643
gcIncremental: 1
626644
gcWBarrierValidation: 0
627645
apiCompatibilityLevelPerPlatform: {}
646+
editorAssembliesCompatibilityLevel: 1
628647
m_RenderingPath: 1
629648
m_MobileRenderingPath: 1
630649
metroPackageName: Mariana Discovery
@@ -648,6 +667,7 @@ PlayerSettings:
648667
metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
649668
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
650669
metroSplashScreenUseBackgroundColor: 0
670+
syncCapabilities: 0
651671
platformCapabilities: {}
652672
metroTargetDeviceFamilies: {}
653673
metroFTAName:
@@ -697,9 +717,11 @@ PlayerSettings:
697717
hmiPlayerDataPath:
698718
hmiForceSRGBBlit: 1
699719
embeddedLinuxEnableGamepadInput: 1
700-
hmiLogStartupTiming: 0
701720
hmiCpuConfiguration:
721+
hmiLogStartupTiming: 0
722+
qnxGraphicConfPath:
702723
apiCompatibilityLevel: 6
724+
captureStartupLogs: {}
703725
activeInputHandler: 0
704726
windowsGamepadBackendHint: 0
705727
cloudProjectId:
@@ -713,3 +735,5 @@ PlayerSettings:
713735
platformRequiresReadableAssets: 0
714736
virtualTexturingSupportEnabled: 0
715737
insecureHttpOption: 0
738+
androidVulkanDenyFilterList: []
739+
androidVulkanAllowFilterList: []

docs/Build/d.data.br

-4.63 MB
Binary file not shown.

docs/Build/d.framework.js.br

-68.7 KB
Binary file not shown.

docs/Build/d.loader.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/Build/d.wasm.br

-4.77 MB
Binary file not shown.

docs/Build/docs.data

10.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)