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

Commit

Permalink
Updating scene and package to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delapuente committed Mar 22, 2018
1 parent 63b9cc9 commit ca9669b
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 6 deletions.
Binary file modified Build/Build/Build.asm.code.unityweb
Binary file not shown.
Binary file modified Build/Build/Build.asm.framework.unityweb
Binary file not shown.
Binary file modified Build/Build/Build.asm.memory.unityweb
Binary file not shown.
Binary file modified Build/Build/Build.data.unityweb
Binary file not shown.
Binary file modified Build/Build/Build.wasm.code.unityweb
Binary file not shown.
Binary file modified Build/Build/Build.wasm.framework.unityweb
Binary file not shown.
4 changes: 2 additions & 2 deletions Build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta http-equiv="origin-trial" data-feature="Generic Sensors" data-expires="2018-03-19" content="At8CasvpWmrmsQvZrjptKgHxir6IWt+LAbEGvH+ib3bPilNj2zQl4kc/rR3EI3Abxd+7FkspW7XchApVUULWdgUAAABQeyJvcmlnaW4iOiJodHRwczovL2dpdGh1Yi5pbzo0NDMiLCJmZWF0dXJlIjoiR2VuZXJpY1NlbnNvciIsImV4cGlyeSI6MTUyMTQ5NTgwMX0=">
<!-- Origin Trial Token, feature = WebVR (For Chrome M62+), origin = https://github.io, expires = 2018-03-19 -->
<meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M62+)" data-expires="2018-03-19" content="AlTelBgEe1Z8i9wYmPx9Xsqcl+oAXHt3y0xx8OYukz4C3oSg08G+UNCSZ1YVW6FOgK2GG2j1Vz9VZsGtwbHxjQsAAABOeyJvcmlnaW4iOiJodHRwczovL2dpdGh1Yi5pbzo0NDMiLCJmZWF0dXJlIjoiV2ViVlIxLjFNNjIiLCJleHBpcnkiOjE1MjE0OTU4MDF9">
<title> | Unity-WebVR-Export</title>
<meta name="description" content="">
<title>Sunny Desert | Unity-WebVR-Export</title>
<meta name="description" content="Complete interactive 3D scene demo made in Unity and exported to WebVR with the WebVR template of the Unity WebVR assets">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="styles/webvr.css">
<script src="lib/telemetry.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion Build/lib/telemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* this does not conflict with requirement #2.
*/

var CURRENT_VERSION = '1.0.2';
var CURRENT_VERSION = '1.1.0';
var MOZILLA_RESEARCH_TRACKER = 'UA-77033033-6';

if (!('MozillaResearch' in window)) {
Expand Down
2 changes: 1 addition & 1 deletion Build/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"htc_vive",
"oculus_rift"
],
"unity_webvr_player_version": "0.0.0"
"unity_webvr_player_version": "1.1.0"
}
5 changes: 3 additions & 2 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,9 @@ PlayerSettings:
openGLRequireES31: 0
openGLRequireES31AEP: 0
m_TemplateCustomTags:
DESCRIPTION:
NAME:
DESCRIPTION: Complete interactive 3D scene demo made in Unity and exported to
WebVR with the WebVR template of the Unity WebVR assets
NAME: Sunny Desert
mobileMTRendering:
Android: 1
iPhone: 1
Expand Down
Binary file modified WebVR-Assets.unitypackage
Binary file not shown.

0 comments on commit ca9669b

Please sign in to comment.