Skip to content

Commit

Permalink
fix(ci): disable webgl compression
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Nov 24, 2022
1 parent 995a15e commit 63e46ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TanksOnAPlain/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -524,20 +524,20 @@ PlayerSettings:
blurSplashScreenBackground: 1
spritePackerPolicy:
webGLMemorySize: 32
webGLExceptionSupport: 1
webGLExceptionSupport: 0
webGLNameFilesAsHashes: 0
webGLDataCaching: 1
webGLDataCaching: 0
webGLDebugSymbols: 0
webGLEmscriptenArgs:
webGLModulesDirectory:
webGLTemplate: APPLICATION:Default
webGLAnalyzeBuildSize: 0
webGLUseEmbeddedResources: 0
webGLCompressionFormat: 0
webGLCompressionFormat: 2
webGLWasmArithmeticExceptions: 0
webGLLinkerTarget: 1
webGLThreadsSupport: 0
webGLDecompressionFallback: 0
webGLDecompressionFallback: 1
scriptingDefineSymbols:
Standalone: ODIN_INSPECTOR;ODIN_INSPECTOR_3;ODIN_INSPECTOR_3_1;ODIN_VALIDATOR;ODIN_VALIDATOR_3_1
additionalCompilerArguments: {}
Expand Down

0 comments on commit 63e46ac

Please sign in to comment.