_
This commit is contained in:
parent
c5317dc131
commit
8d552f561e
@ -558,7 +558,7 @@ PlayerSettings:
|
|||||||
webGLTemplate: APPLICATION:Default
|
webGLTemplate: APPLICATION:Default
|
||||||
webGLAnalyzeBuildSize: 0
|
webGLAnalyzeBuildSize: 0
|
||||||
webGLUseEmbeddedResources: 0
|
webGLUseEmbeddedResources: 0
|
||||||
webGLCompressionFormat: 0
|
webGLCompressionFormat: 2
|
||||||
webGLWasmArithmeticExceptions: 0
|
webGLWasmArithmeticExceptions: 0
|
||||||
webGLLinkerTarget: 1
|
webGLLinkerTarget: 1
|
||||||
webGLThreadsSupport: 0
|
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 buildUrl = "Build";
|
||||||
var loaderUrl = buildUrl + "/WebGL build.loader.js";
|
var loaderUrl = buildUrl + "/WebGL build.loader.js";
|
||||||
var config = {
|
var config = {
|
||||||
dataUrl: buildUrl + "/WebGL build.data.br",
|
dataUrl: buildUrl + "/WebGL build.data",
|
||||||
frameworkUrl: buildUrl + "/WebGL build.framework.js.br",
|
frameworkUrl: buildUrl + "/WebGL build.framework.js",
|
||||||
codeUrl: buildUrl + "/WebGL build.wasm.br",
|
codeUrl: buildUrl + "/WebGL build.wasm",
|
||||||
streamingAssetsUrl: "StreamingAssets",
|
streamingAssetsUrl: "StreamingAssets",
|
||||||
companyName: "BRN Systems",
|
companyName: "BRN Systems",
|
||||||
productName: "GeoJam 2021",
|
productName: "GeoJam 2021",
|
||||||
|
Loading…
Reference in New Issue
Block a user