robertncoomber / oculus-webview-example

Demonstrates how to use 3D WebView with Oculus Quest, Quest Pro, and Rift

Home Page:https://developer.vuplex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oculus WebView Example

This Unity project demonstrates how to view and interact with web content in VR on Oculus Quest, Quest Pro, and Rift using Vuplex 3D WebView. It includes the Oculus Integration package, so the only additional thing you must import is one or more 3D WebView packages:

demo

Steps taken to create this project

  1. Created a new project with Unity 2021.3.11.
  2. Installed the Oculus Integration package (v54.1).
  3. Installed 3D WebView (.gitignore).
  4. Created a new scene named OculusWebViewDemoScene to combine 3D WebView's WebViewPrefab and Keyboard prefabs with the Oculus OVRCameraRig.
  5. Added support for controllers by adding the Oculus UIHelpers prefab to the scene.
  6. Made the following tweaks to the scene's UIHelpers prefab instance:
    • Updated the OVRInputModule script's "Ray Transform" and "Joypad Click Button" values
    • Disabled the Sphere cursor visual
    • Enabled the LaserPointer's line renderer and set its material

License

The Oculus Integration library located in Assets/Oculus is Copyright © Facebook Technologies, LLC and its affiliates. All rights reserved. The Oculus Integration Library is licensed under the Oculus SDK License.

All other code and assets are Copyright © Vuplex, Inc and licensed under the MIT License.

About

Demonstrates how to use 3D WebView with Oculus Quest, Quest Pro, and Rift

https://developer.vuplex.com

License:Other


Languages

Language:C# 100.0%