Jump to content

Recommended Posts

  • 2 weeks later...
Posted

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

  • 2 weeks later...
Posted

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.

Posted
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....

 

xrpluginmgnt-openxr.thumb.PNG.7c159e8d88e0610f683b30a26388b7a8.PNG

Posted
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:

InputSystemPackage.thumb.png.75d08bc5390f359add647ef17ec2c474.png

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" 


 

  • 2 weeks later...
Posted

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.

image.thumb.png.64d309fd27a809f909233b63793b7f20.png

Posted
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.

image.png.392040e0121a03be96d3429b29e4f950.png

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...