Skip to content

Commit

Permalink
release: webgl 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eldenpark committed Jun 23, 2020
1 parent ff7be80 commit ba1abcc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
Binary file modified docs/Build/docs.data.unityweb
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/Build/docs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"companyName": "Unity",
"productName": "Sample Assets",
"productVersion": "1.0",
"companyName": "contact-tracer",
"productName": "Contact Tracer",
"productVersion": "0.0.0",
"dataUrl": "docs.data.unityweb",
"wasmCodeUrl": "docs.wasm.code.unityweb",
"wasmFrameworkUrl": "docs.wasm.framework.unityweb",
Expand Down
Binary file modified docs/Build/docs.wasm.code.unityweb
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/Build/docs.wasm.framework.unityweb
Original file line number Diff line number Diff line change
Expand Up @@ -3351,6 +3351,10 @@ __ATINIT__.push({
func: (function() {
__GLOBAL__sub_I_Lump_libil2cpp_os_cpp();
})
}, {
func: (function() {
__GLOBAL__sub_I_Il2CppCodeRegistration_cpp();
})
}, {
func: (function() {
__GLOBAL__sub_I_Lump_libil2cpp_vm_cpp();
Expand All @@ -3367,10 +3371,6 @@ __ATINIT__.push({
func: (function() {
__GLOBAL__sub_I_Lump_libil2cpp_gc_cpp();
})
}, {
func: (function() {
__GLOBAL__sub_I_Il2CppCodeRegistration_cpp();
})
}, {
func: (function() {
___emscripten_environ_constructor();
Expand Down
15 changes: 7 additions & 8 deletions docs/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 WebGL Player | Sample Assets</title>
<title>Unity WebGL Player | Contact Tracer</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
<script src="TemplateData/UnityProgress.js"></script>
Expand All @@ -13,19 +13,18 @@
</script>
</head>
<body>
<div>
<div>
<p>Contact Tracer 2020</p>
We highly appreciate your feedback.
Please leave it through the link. <a href="https://forms.gle/JSu4dDyWTLFjT1JK8">https://forms.gle/JSu4dDyWTLFjT1JK8</a>
</div>

<div>
<p>Contact Tracer 2020</p>
We highly appreciate your feedback.
Please leave it through the link. <a href="https://forms.gle/JSu4dDyWTLFjT1JK8">https://forms.gle/JSu4dDyWTLFjT1JK8</a>
</div>
<div class="webgl-content">
<div id="unityContainer" style="width: 320px; height: 480px"></div>
<div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="unityInstance.SetFullscreen(1)"></div>
<div class="title">Sample Assets</div>
<div class="title">Contact Tracer</div>
</div>
</div>
</body>
Expand Down

0 comments on commit ba1abcc

Please sign in to comment.