From 69e04aff4285df1aa52bfc7c1d24370fdd8abb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Horv=C3=A1th=20Istv=C3=A1n?= <dzctir@inf.elte.hu> Date: Fri, 29 Apr 2022 10:53:50 +0200 Subject: [PATCH] Make WebGL builds faster --- ProjectSettings/ProjectSettings.asset | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 5cc27f4..90ba3be 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -565,7 +565,7 @@ PlayerSettings: webGLTemplate: APPLICATION:Default webGLAnalyzeBuildSize: 0 webGLUseEmbeddedResources: 0 - webGLCompressionFormat: 1 + webGLCompressionFormat: 2 webGLWasmArithmeticExceptions: 0 webGLLinkerTarget: 1 webGLThreadsSupport: 0 @@ -574,7 +574,8 @@ PlayerSettings: additionalCompilerArguments: {} platformArchitecture: {} scriptingBackend: {} - il2cppCompilerConfiguration: {} + il2cppCompilerConfiguration: + WebGL: 0 managedStrippingLevel: Standalone: 3 incrementalIl2cppBuild: {} -- GitLab