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.
Dismiss Notice
Join us now in the Performance Profiling Dev Blitz Day 2023 - Q&A forum where you can connect with our teams behind the Memory and CPU Profilers and the Frame Debugger.

Resolved Failed to create Action with result 'XR_ERROR_PATH_UNSUPPORTED'

Discussion in 'VR' started by CBHM, Jan 4, 2023.

  1. CBHM

    CBHM

    Joined:
    Feb 12, 2019
    Posts:
    17
    Hi,
    I am trying to add the HTCViveTrackerProfile, which works fine when using Steam VR, Valve Index Controller, and OpenXR Runtime is Set to SteamVR.

    But throws an error "Failed to create Action 'htcvivetracker/devicepose' with result 'XR_ERROR_PATH_UNSUPPORTED'" when I try to use Oculus and Set the OpenXR runtime to Oculus. In addition to that the Oculus Controller stops working, they don't even show up in the input debugger.
    I have also noticed that the error shows up after the xr session begins

    I am using the XRI Default Input Actions that come with the XR Interaction Toolkit Starter assets sample

    HTC Vive Tracker Profile:
    https://forum.unity.com/attachments/htcvivetrackerprofile-cs.986229/

    Input Debugger doesn't show the controller under devices:

    upload_2023-1-4_12-47-59.png

    Interaction Profiles:

    upload_2023-1-4_12-49-50.png

    Scene Setup and XRControllers:

    upload_2023-1-4_12-51-50.png

    Left Hand Input Actions:

    upload_2023-1-4_12-52-30.png

    Right Hand Input Actions:


    upload_2023-1-4_12-53-19.png
    • Unity Version: 2020.3.35f1
    • OpenXR plugin: 1.4.2
    • Oculus XR plugin: 1.12.1
    • Input System: 1.3.0
    • XR interaction toolkit: 2.2.0

      Am I missing something?
      Thank you!
     
    Last edited: Jan 6, 2023
  2. CBHM

    CBHM

    Joined:
    Feb 12, 2019
    Posts:
    17