Skip to content

Commit

Permalink
build with decompression fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
BANANAPEEL202 committed Jan 5, 2025
1 parent 3366ee7 commit 1edc71c
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified Assets/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion Build/142a63f3f62c7c7ad39300b72b94388f.loader.js

This file was deleted.

1 change: 1 addition & 0 deletions Build/9db79bfd014f49ff3ce8d3ef29c2f198.loader.js

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ PlayerSettings:
webGLWasmArithmeticExceptions: 0
webGLLinkerTarget: 1
webGLThreadsSupport: 0
webGLDecompressionFallback: 0
webGLDecompressionFallback: 1
webGLInitialMemorySize: 32
webGLMaximumMemorySize: 2048
webGLMemoryGrowthMode: 1
Expand Down
Binary file modified WebGLBuild/.DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<script>
const hideFullScreenButton = "";
const buildUrl = "Build";
const loaderUrl = buildUrl + "/142a63f3f62c7c7ad39300b72b94388f.loader.js";
const loaderUrl = buildUrl + "/9db79bfd014f49ff3ce8d3ef29c2f198.loader.js";
const config = {
dataUrl: buildUrl + "/642ed3897ac89fb0c950d3d5c3fb8cd0.data.br",
frameworkUrl: buildUrl + "/790ea7f66c34a893ce0c6440a1d82f3e.framework.js.br",
codeUrl: buildUrl + "/67276faad1187d3e6c55344e49e7b4ed.wasm.br",
dataUrl: buildUrl + "/f011a3354fed46206ea184afee45972b.data.unityweb",
frameworkUrl: buildUrl + "/790ea7f66c34a893ce0c6440a1d82f3e.framework.js.unityweb",
codeUrl: buildUrl + "/67276faad1187d3e6c55344e49e7b4ed.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "GunTurrets2",
Expand Down

0 comments on commit 1edc71c

Please sign in to comment.