Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

GVR SDK for Unity v1.10.0

Compare
Choose a tag to compare
@rusmaxham rusmaxham released this 26 Apr 19:21
· 30 commits to master since this release

Additions and Changes

  • The included demo scenes have changed. There are now four demos:
    • GVRDemo (Daydream/Cardboard)
    • VideoDemo (Daydream/Cardboard)
    • PermissionsDemo (Daydream only)
    • ScrollingUIDemo (Daydream only)
  • Added Google VR video support to Unity, see the VideoDemo scene for example usage.
  • Added VR permissions request flow, see the PermissionsDemo scene for example usage.
  • Added GVR versions of Graphic and Physics raycasters. GvrGaze is deprecated in favor of GvrPointerGraphicRaycaster.
  • Added a Daydream controller model to provide a visual representation in the application.
  • Changed GvrControllerMain prefab to use an arm model script.
  • Changed GvrReticlePointer to use the new GVR raycaster.