JamieXR Posted May 18, 2021 Posted May 18, 2021 Hello, I have these packages installed as described. I am trying to do InputDevices.GetDeviceAtXRNode(XRNode.LeftHand); To obtain an InputDevice for each. It doesn't detect them. They come back with no name and the IsValid property set to false. The application keeps refreshing these anytime new devices are connected via the following event: InputDevices.deviceConnected += UpdateDevices; So far this strategy works for other devices we tried. We use this to detect which device is being used (to show the appropriate button prompts). We also use it to detect connectivity to inform the user they need to connect controllers. Am I missing something in order to get this working? I don't really wanna have to use separate APIs. The whole reason we wanna use OpenXR is one API for all. Thanks
Monarch Studio Posted June 1, 2021 Posted June 1, 2021 As of OpenXR version 1.2.0, the vive cosmos profile can no longer be added to the interaction profiles. It appears in the list to add (new UI) but doesn't actually add to the "Interaction profiles" list.
dario Posted June 1, 2021 Author Posted June 1, 2021 Keep in mind only 1.1.1 is verified - we'll be updating as necessary for 1.2.0 1
dario Posted June 7, 2021 Author Posted June 7, 2021 On 6/1/2021 at 12:41 PM, Monarch Studio said: As of OpenXR version 1.2.0, the vive cosmos profile can no longer be added to the interaction profiles. It appears in the list to add (new UI) but doesn't actually add to the "Interaction profiles" list. It's there and moreover 1.2.2 is working - mke sure you don't move location of the tar ball....
dario Posted June 7, 2021 Author Posted June 7, 2021 On 6/3/2021 at 8:04 AM, Monarch Studio said: OpenXR 1.2.2 is now out and verified. And it's also working fine - I think what's tripping people up is a Unity bug: Also it's "verified" in 2020.3.11 and not .10 and it forces you to come off of the verified version of Input System with no way to go back - so I wouldn't call it "verified"
unitydreamer29 Posted June 12, 2021 Posted June 12, 2021 I'm also using OpenXR 1.2.2 and don't see the Cosmos interaction profile getting added to the list when I try to do so. Haven't tested if its working yet though. 1
zezba9000 Posted June 24, 2021 Posted June 24, 2021 I can't add the profile in Unity 2020.3.12f. Clicking the + button and selecting it does nothing. Tried restarting Unity, no errors etc, just doesn't work.
zezba9000 Posted June 24, 2021 Posted June 24, 2021 On 6/7/2021 at 4:24 AM, Dario said: I think what's tripping people up is a Unity bug: Then how did you add it? What is the workaround? Here are my package versions & they all seem fine.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now