ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
353 stars 82 forks source link

Microsoft Mixed reality headsets don't show up in input selection, and can't be managed by tool #51

Closed wirelessdreamer closed 5 years ago

wirelessdreamer commented 6 years ago

Any plans to add support for mixed reality controllers support through SteamVR?

lawwong commented 6 years ago

You mean not shown in VIU Settings support device list? We haven't try it but expecting that check the "VIVE (OpenVR compatible device)" should also work on the Microsoft MR headsets.

wirelessdreamer commented 6 years ago

when running example scene 7, and a role can be assigned to the headset, or controllers, nothing shows up when using a mixed reality headset.

lawwong commented 5 years ago

0d37c13 should fix it. Previously we inactivate the unrecognized devices' icon.

wirelessdreamer commented 5 years ago

I just pulled the current code and tested in 2018.2.0f2 I'm not sure if this is related but as soon as I enter the project using a mixed reality headset in steam vr, my headset and controllers show up at the start, within i have the laser pointer and reticle showing up, i try to point and click and the + icon, but when I pull the trigger it tries to teleport, and does not click on the +. after trying a few times both controllers disappear. if I don't use the controllers, they soon disappear as well.

These are the errors that keep repeating

image

lawwong commented 5 years ago

It works fine on our MMR device (ASUS MR headset), Will keep looking but need more detail about this.

It's odd that you pulled trigger but VIU gets pad pressed (enable teleport), maybe the second line message has to do with this? BTW, VIU didn't intent to prompt that message.

wirelessdreamer commented 5 years ago

just updated to 1.9 and devices are showing up and working as expected, thanks.