Skip to content

Commit

Permalink
6000.0.1.15f1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
DonGoddard authored Aug 22, 2024
1 parent f10e56b commit fcc1687
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
Binary file added Build/9 Chess U6 localhost.data.unityweb
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions Build/9 Chess U6 localhost.loader.js

Large diffs are not rendered by default.

Binary file added Build/9 Chess U6 localhost.wasm.unityweb
Binary file not shown.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity Web Player | 9 Chess</title>
<title>Unity Web Player | 9 Chess U6</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
</head>
Expand All @@ -20,7 +20,7 @@
<div id="unity-footer">
<div id="unity-logo-title-footer"></div>
<div id="unity-fullscreen-button"></div>
<div id="unity-build-title">9 Chess</div>
<div id="unity-build-title">9 Chess U6</div>
</div>
</div>
<script>
Expand Down Expand Up @@ -52,16 +52,16 @@
}

var buildUrl = "Build";
var loaderUrl = buildUrl + "/9 Chess U6 10.0.1.172.loader.js";
var loaderUrl = buildUrl + "/9 Chess U6 localhost.loader.js";
var config = {
arguments: [],
dataUrl: buildUrl + "/9 Chess U6 10.0.1.172.data.unityweb",
frameworkUrl: buildUrl + "/9 Chess U6 10.0.1.172.framework.js.unityweb",
codeUrl: buildUrl + "/9 Chess U6 10.0.1.172.wasm.unityweb",
dataUrl: buildUrl + "/9 Chess U6 localhost.data.unityweb",
frameworkUrl: buildUrl + "/9 Chess U6 localhost.framework.js.unityweb",
codeUrl: buildUrl + "/9 Chess U6 localhost.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "UFO Studios",
productName: "9 Chess",
productVersion: "0.1",
productName: "9 Chess U6",
productVersion: "0.1.0",
showBanner: unityShowBanner,
};

Expand Down

0 comments on commit fcc1687

Please sign in to comment.