From 8d552f561ee7287e653594c9e9cc3e9ee8ae70b3 Mon Sep 17 00:00:00 2001 From: Tucan444 Date: Fri, 23 Jul 2021 16:24:38 +0200 Subject: [PATCH] _ --- ProjectSettings/ProjectSettings.asset | 2 +- WebGL build/Build.zip | 3 +++ WebGL build/index.html | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 WebGL build/Build.zip diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 0613656..aec7df7 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -558,7 +558,7 @@ PlayerSettings: webGLTemplate: APPLICATION:Default webGLAnalyzeBuildSize: 0 webGLUseEmbeddedResources: 0 - webGLCompressionFormat: 0 + webGLCompressionFormat: 2 webGLWasmArithmeticExceptions: 0 webGLLinkerTarget: 1 webGLThreadsSupport: 0 diff --git a/WebGL build/Build.zip b/WebGL build/Build.zip new file mode 100644 index 0000000..9cbd378 --- /dev/null +++ b/WebGL build/Build.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74966482fc30997c89b961cfd5955ac5cb8786e5235a534ff2d96dd5ce779b2d +size 24001919 diff --git a/WebGL build/index.html b/WebGL build/index.html index cd9ee20..cd3b72a 100644 --- a/WebGL build/index.html +++ b/WebGL build/index.html @@ -29,9 +29,9 @@ var buildUrl = "Build"; var loaderUrl = buildUrl + "/WebGL build.loader.js"; var config = { - dataUrl: buildUrl + "/WebGL build.data.br", - frameworkUrl: buildUrl + "/WebGL build.framework.js.br", - codeUrl: buildUrl + "/WebGL build.wasm.br", + dataUrl: buildUrl + "/WebGL build.data", + frameworkUrl: buildUrl + "/WebGL build.framework.js", + codeUrl: buildUrl + "/WebGL build.wasm", streamingAssetsUrl: "StreamingAssets", companyName: "BRN Systems", productName: "GeoJam 2021",