_
This commit is contained in:
parent
c5317dc131
commit
8d552f561e
@ -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
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",
|
||||
|
Loading…
Reference in New Issue
Block a user