Quantcast
Channel: AR/VR (XR) Discussion
Viewing all articles
Browse latest Browse all 12131

5.5.0f3 InputTracking.GetLocalPosition no longer works with Oculus Touch controllers

$
0
0
Somehow InputTracking.GetLocalPosition is suddenly giving me zero positions for both touch controllers.

I used to be able to get tracking positions off these controllers just this morning, and now suddenly I'm unable to read positions. I've tried restarting Unity, and rebooting with no luck.

I even created a new application as a sanity check, and did nothing else except to enable VR, and add this script:

Code (csharp):
  1.  
  2. public class Test : MonoBehaviour
  3. {
  4.    void Update ()
  5.    {
  6.        var...
5.5.0f3 InputTracking.GetLocalPosition no longer works with Oculus Touch controllers

Viewing all articles
Browse latest Browse all 12131

Trending Articles