Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 3b9c3cc

Browse files
authored
Merge pull request #243 from cvan/v.1.2.0-package
update `WebVR-Assets.unitypackage` and `Build` for `v1.2.0`
2 parents 88a12ca + 76193d6 commit 3b9c3cc

16 files changed

+256
-265
lines changed

Build/Build/Build.asm.code.unityweb

7.77 KB
Binary file not shown.
77 Bytes
Binary file not shown.

Build/Build/Build.asm.memory.unityweb

1.25 KB
Binary file not shown.

Build/Build/Build.data.unityweb

-17.7 KB
Binary file not shown.

Build/Build/Build.wasm.code.unityweb

7.76 KB
Binary file not shown.
-122 Bytes
Binary file not shown.

Build/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h3>You&rsquo;ll need a <a href="https://webvr.rocks/">WebVR-enabled browser</a>
8888
<button id="entervr" value="Enter VR"></button>
8989
</div>
9090

91-
<script src="gl-matrix-min.js"></script>
92-
<script src="webvr-polyfill.min.js"></script>
91+
<script src="vendor/gl-matrix-min.js"></script>
92+
<script src="vendor/webvr-polyfill.min.js"></script>
9393
<script src="webvr.js"></script>
9494
</body>
9595

Build/styles/webvr.css

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ a:link, a:visited {
130130
position: absolute;
131131
top: 0;
132132
width: 100%;
133+
pointer-events: none;
133134
}
134135

135136
#instruction button {
@@ -148,6 +149,7 @@ a:link, a:visited {
148149
display: none;
149150
max-width: 50%;
150151
padding: 10px 30px;
152+
pointer-events: all;
151153
}
152154

153155
.panel[data-enabled='true'] {
File renamed without changes.

Build/vendor/webvr-polyfill.min.js

Lines changed: 173 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Build/vr.png

100755100644
File mode changed.

Build/webvr-polyfill.min.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

Build/webvr-polyfill.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

Build/webvr.css

Lines changed: 0 additions & 159 deletions
This file was deleted.

0 commit comments

Comments
 (0)