Skip to content

Commit

Permalink
Cors in boyfriend gotchi
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandaRobles1234 committed Aug 23, 2024
1 parent 72d3e32 commit 0b7cbeb
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 29 deletions.
Binary file removed Build/Build/Build.data.br
Binary file not shown.
Binary file removed Build/Build/Build.framework.js.br
Binary file not shown.
1 change: 0 additions & 1 deletion Build/Build/Build.loader.js

This file was deleted.

Binary file removed Build/Build/Build.wasm.br
Binary file not shown.
Binary file removed Build/Build/Client.data
Binary file not shown.
22 changes: 0 additions & 22 deletions Build/Build/Client.framework.js

This file was deleted.

1 change: 0 additions & 1 deletion Build/Build/Client.loader.js

This file was deleted.

Binary file removed Build/Build/Client.wasm
Binary file not shown.
10 changes: 5 additions & 5 deletions Build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ <h1>Boyfriendgotchi</h1>
}

createUnityInstance(document.querySelector("#unity-canvas"), {
dataUrl: "Build/Client.data",
frameworkUrl: "Build/Client.framework.js",
codeUrl: "Build/Client.wasm",
dataUrl: "https://purpurita.com/Build/Client.data",
frameworkUrl: "https://purpurita.com/Build/Client.framework.js",
codeUrl: "https://purpurita.com/Build/Client.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "Purpurita",
productName: "BoyfriendGotchi",
Expand All @@ -76,11 +76,11 @@ <h1>Boyfriendgotchi</h1>
</script>
</center>

<h2>Implementation</h2>
<!--<h2>Implementation</h2>
<ul class="actions">
<li><a href="https://github.com/FernandaRobles1234/BoyfriendGotchiServerBuild" class="button">Unity Network</a></li>
<li><a href="https://github.com/FernandaRobles1234/Boyfriendgotchi" class="button">Unity C#</a></li>
</ul>
</ul>-->
</div>
</div>

Expand Down

0 comments on commit 0b7cbeb

Please sign in to comment.