Skip to content

Commit

Permalink
no zip
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtao committed Aug 23, 2024
1 parent 0a7d142 commit bb0215d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
Binary file added Build/MyGame.data
Binary file not shown.
Binary file removed Build/MyGame.data.unityweb
Binary file not shown.
22 changes: 22 additions & 0 deletions Build/MyGame.framework.js

Large diffs are not rendered by default.

Binary file removed Build/MyGame.framework.js.unityweb
Binary file not shown.
2 changes: 1 addition & 1 deletion Build/MyGame.loader.js

Large diffs are not rendered by default.

Binary file added Build/MyGame.wasm
Binary file not shown.
Binary file removed Build/MyGame.wasm.unityweb
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
}

createUnityInstance(document.querySelector("#unity-canvas"), {
dataUrl: "Build/MyGame.data.unityweb",
frameworkUrl: "Build/MyGame.framework.js.unityweb",
codeUrl: "Build/MyGame.wasm.unityweb",
dataUrl: "Build/MyGame.data",
frameworkUrl: "Build/MyGame.framework.js",
codeUrl: "Build/MyGame.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "WhirlpoolBend",
Expand Down

0 comments on commit bb0215d

Please sign in to comment.