34 lines
1.3 KiB
HTML
34 lines
1.3 KiB
HTML
|
<!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 | %UNITY_WEB_NAME%</title>
|
||
|
<link rel="shortcut icon" href="TemplateData/favicon.ico">
|
||
|
<link rel="stylesheet" href="TemplateData/style.css">
|
||
|
<script src="TemplateData/UnityProgress.js"></script>
|
||
|
<script src="%UNITY_WEBGL_LOADER_URL%"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="webgl-content" class="unity-desktop">
|
||
|
<div id="canvas-wrap" style="width:%UNITY_WIDTH%px;height:%UNITY_HEIGHT%px;">
|
||
|
<div id="rpm-container" >
|
||
|
<iframe id="rpm-frame" class="rpm-frame" allow="camera *; microphone *"></iframe>
|
||
|
<button id="rpm-hide-button" onclick="hideRpm()">Hide</button>
|
||
|
</div>
|
||
|
<div id="unity-container"></div>
|
||
|
|
||
|
</div>
|
||
|
<div class="footer">
|
||
|
<div class="webgl-logo"></div>
|
||
|
<div class="fullscreen" onclick="showFullscreen()"></div>
|
||
|
<div class="title">%UNITY_WEB_NAME%</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script src="TemplateData/Global.js"></script>
|
||
|
<script src="TemplateData/UnitySetup.js"></script>
|
||
|
<script src="TemplateData/ReadyPlayerMeFrame.js"></script>
|
||
|
<script>setupUnity("%UNITY_WEBGL_LOADER_URL%","%UNITY_WEBGL_BUILD_URL%")</script>
|
||
|
</body>
|
||
|
</html>
|