Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVeit committed Jan 28, 2025
1 parent 81dec3c commit 665da21
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
Binary file removed Build/0d05a87cbbff5324e7164a01fe4b0bdc.js.unityweb
Binary file not shown.
Binary file removed Build/1c2fd64fdd359ed5015fab44fa5bdf8f.wasm.unityweb
Binary file not shown.
Binary file removed Build/332a221d27ff2496126603025afc35e1.wasm.unityweb
Binary file not shown.
Binary file not shown.
Binary file removed Build/670aab380bbe6d4c6f099a8b360fbdd7.wasm.unityweb
Binary file not shown.
Binary file removed Build/68509fc0e279c9d62dcd4894bad0c277.js.unityweb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Build/b7b4d84259c0f474fe3c73c526062b15.js.unityweb
Binary file not shown.
Binary file removed Build/c0cf97a4eef7bea91249d569c242fed7.data.unityweb
Binary file not shown.
Binary file not shown.
Binary file removed Build/d864adee34d18cd3bad55cd92428ef22.wasm.unityweb
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@

createUnityInstance(document.querySelector("#unity-canvas"),
{
dataUrl: "Build/3d91d2480fc80d6db7b1b90aa1005004.data.unityweb",
frameworkUrl: "Build/b7b4d84259c0f474fe3c73c526062b15.js.unityweb",
codeUrl: "Build/1c2fd64fdd359ed5015fab44fa5bdf8f.wasm.unityweb",
dataUrl: "Build/Veittech-UnigramPayment-WebPage.data.unityweb",
frameworkUrl: "Build/Veittech-UnigramPayment-WebPage.framework.js.unityweb",
codeUrl: "Build/Veittech-UnigramPayment-WebPage.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "Veittech",
productName: "Unigram Payment",
productVersion: "1.0.2",
productVersion: "1.0.4",
}).then((unityInstance) =>
{
onUnityLoaded();
Expand Down

0 comments on commit 665da21

Please sign in to comment.