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’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question When did UnityEngine.XR.OpenXR.Input.PoseControl change to UnityEngine.InputSystem.XR.Posecontrol?

Discussion in 'Input System' started by ROBYER1, Jun 3, 2023.

  1. ROBYER1

    ROBYER1

    Joined:
    Oct 9, 2015
    Posts:
    1,440
    Unity asset store developer here, I made an animation tool for Vive trackers using UnityEngine.XR.OpenXR.Input.PoseControl but recently I have found in Unity 2022 since Upgrading from Unity 2020 that I get issues if I don't use UnityEngine.InputSystem.XR.Posecontrol

    I'm at a total loss as to where this change from UnityEngine.XR.OpenXR.Input.PoseControl to UnityEngine.InputSystem.XR.Posecontrol happened and how I can #ifdef it for users.

    I was initially supporting Unity 2020.x to 2022.x but now I was notified that in 2022.2.19f1 the issue of XR_ERROR_PATH_UNSUPPORTED arises and I'm struggling to backtrack it between Unity 2020/2021/2022
     
    Gary_Ember likes this.