Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 744 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 744 Bytes

VRToolbox

Collection of scripts and assets to help you bootstrap your first VR app

Please make sure you have imported Cardboard SDK for Unity before importing this package. You can download it here - https://developers.google.com/cardboard/unity/

Checkout demo scenes for examples:

  • OrbitAround - showcase an object in a VR scene. User will orbit around a specific object controlling speed and direction with head movements

  • FlyThrough - create a fly through a scene in VR. Create empty gameobjects and make them points in space where your user will stop and fly through. Specify delay, speed and objects that the user will be looking at when getting to another point.

  • Flying - let your user fly around scene in a free flying mode.