Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

5.4 collider gizmos drifting in VR

Discussion in 'AR/VR (XR) Discussion' started by elmax, Aug 3, 2016.

  1. elmax

    elmax

    Joined:
    Oct 6, 2013
    Posts:
    19
    Encountered a strange problem today - since the 5.4 update (which is awesome in many ways) it became pretty hard to debug VR scenes that rely on raycasting and colliders (vector forward from camera position) because in the editor, all colliders drift around with the HMD movement (rift cv1) where they should be completely static.
    The raycasting itself still works as expected, but the gizmos are way off, and moreover invisible in the hmd when activated in the editor - which used to be useful in older versions.

    What's going on here, am I missing something?

    Reproduceable every time: new empty scene, a cube with box collider somewhere, enable gizmos, select cube, hit play, move HMD around -> green gizmo flying all over the place...