You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
828 B

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | MuseumGame</title>
</head>
<body style="text-align: center">
<canvas id="unity-canvas" style="width: 960px; height: 600px; background: #231F20"></canvas>
<script src="Build/MuseumGameDemo2.loader.js"></script>
<script>
createUnityInstance(document.querySelector("#unity-canvas"), {
dataUrl: "Build/MuseumGameDemo2.data",
frameworkUrl: "Build/MuseumGameDemo2.framework.js",
codeUrl: "Build/MuseumGameDemo2.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "MuseumGame",
productVersion: "1.0",
});
</script>
</body>
</html>