Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Daydream detect if world sense is lost?

Discussion in 'Daydream' started by Turtwiggy, May 29, 2019.

  1. Turtwiggy

    Turtwiggy

    Joined:
    Jun 18, 2017
    Posts:
    7
    Hiya,

    Wondering if there is anyway to detect the loss of world sense.

    Apparently the headset reverts to 3DoF when world-sense is lost, so if there's any way to detect if the DoF swaps would help as well. Closest I can find is in https://developers.google.com/vr/reference/unity/class/GvrHeadset

    The static bool "SupportsPositionalTracking" - Gets a value indicating whether this headset supports 6DoF positional tracking - but this value doesn't seem to update when world sense is lost.

    Any help would be appreciated.