Skip to content

Commit

Permalink
removed compression and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Dec 10, 2021
1 parent 4649421 commit 7ec1070
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ PlayerSettings:
webGLTemplate: APPLICATION:Default
webGLAnalyzeBuildSize: 0
webGLUseEmbeddedResources: 0
webGLCompressionFormat: 1
webGLCompressionFormat: 2
webGLWasmArithmeticExceptions: 0
webGLLinkerTarget: 1
webGLThreadsSupport: 0
Expand Down
Binary file added docs/Build/docs.data
Binary file not shown.
Binary file removed docs/Build/docs.data.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions docs/Build/docs.framework.js

Large diffs are not rendered by default.

Binary file removed docs/Build/docs.framework.js.gz
Binary file not shown.
Binary file added docs/Build/docs.wasm
Binary file not shown.
Binary file removed docs/Build/docs.wasm.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
var buildUrl = "Build";
var loaderUrl = buildUrl + "/docs.loader.js";
var config = {
dataUrl: buildUrl + "/docs.data.gz",
frameworkUrl: buildUrl + "/docs.framework.js.gz",
codeUrl: buildUrl + "/docs.wasm.gz",
dataUrl: buildUrl + "/docs.data",
frameworkUrl: buildUrl + "/docs.framework.js",
codeUrl: buildUrl + "/docs.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "tower-defense-3d",
Expand Down

0 comments on commit 7ec1070

Please sign in to comment.