This commit is contained in:
Benjamín 2021-07-23 16:24:38 +02:00
parent c5317dc131
commit 8d552f561e
3 changed files with 7 additions and 4 deletions

@ -558,7 +558,7 @@ PlayerSettings:
webGLTemplate: APPLICATION:Default
webGLAnalyzeBuildSize: 0
webGLUseEmbeddedResources: 0
webGLCompressionFormat: 0
webGLCompressionFormat: 2
webGLWasmArithmeticExceptions: 0
webGLLinkerTarget: 1
webGLThreadsSupport: 0

BIN
WebGL build/Build.zip (Stored with Git LFS) Normal file

Binary file not shown.

@ -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",