Skip to content

Commit

Permalink
deploy: 0b8c0e0
Browse files Browse the repository at this point in the history
97saundersj committed Jan 5, 2025
1 parent bfdf1c4 commit 0015f8d
Showing 5 changed files with 5 additions and 5 deletions.
Binary file renamed Build/WebGL.data.gz → Build/WebGL.data.unityweb
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Build/WebGL.loader.js

Large diffs are not rendered by default.

Binary file renamed Build/WebGL.wasm.gz → Build/WebGL.wasm.unityweb
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -59,13 +59,13 @@
var buildUrl = "Build";
var loaderUrl = buildUrl + "/WebGL.loader.js";
var config = {
dataUrl: buildUrl + "/WebGL.data.gz",
frameworkUrl: buildUrl + "/WebGL.framework.js.gz",
codeUrl: buildUrl + "/WebGL.wasm.gz",
dataUrl: buildUrl + "/WebGL.data.unityweb",
frameworkUrl: buildUrl + "/WebGL.framework.js.unityweb",
codeUrl: buildUrl + "/WebGL.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "Procedual Halo Ring",
productVersion: "0.0.66",
productVersion: "0.0.67",
showBanner: unityShowBanner,
};

0 comments on commit 0015f8d

Please sign in to comment.