This Unity project demonstrates how to use the Vuplex 3D WebView asset with Cardboard and Daydream. It includes the GVR Unity SDK, so the only thing you must import is the 3D WebView plugin for Android or iOS (or both).
- Created a new project with Unity2018.1 (feead00)
- Installed v1.190.1 of the Google VR SDK for Unity (62c89bc)
- Imported the Vuplex 3D WebView asset (.gitignore)
- Copied the HelloVR demo scene from the GVR SDK to create a new GvrWebViewDemoScene that adds the WebViewPrefab and Keyboard from the Vuplex 3D WebView asset (f421e67)
The GvrWebViewDemo.cs script is Copyright (c) 2019 Vuplex Inc and is licensed under the MIT license.
The files in Assets/GoogleVR are from the GVR Unity SDK, the license for which is included in LICENSE.txt.