Giantbean Posted May 29 Share Posted May 29 I am trying to get the Unity XR toolkit sample scenes to work and Unity is passing the buck to Vive saying the frozen view when you hit play is something to do with Vive and not their toolkit. The unity scen runs and frame rate looks fine but the headset shows a static screen as the HMD is not tracking also the controllers don't move and inputs do nothing as the are not tracking. Unity says this is Vive and Steam Issue as Vive Pro, Pro Eye, and Valve Index headsets have failed on two PC's. So if anyone here knows why the new toolkit ( https://github.com/Unity-Technologies/XR-Interaction-Toolkit-Examples )fails to run in the Unity game window when you hit play please let me know jhow to fix it. Link to comment Share on other sites More sharing options...
Alex_HTC Posted June 5 Share Posted June 5 Try this repo:https://github.com/ViveDeveloperRelations/XR-Interaction-Toolkit-Examples The issue is that you need to add the focus3 profile and disable other profiles and openxr loaders. The current openxr spec allows for non-standardized loaders. We use the standard open source loader, but other vendors do not, so you must disable other ones before building as well. Link to comment Share on other sites More sharing options...
Giantbean Posted June 6 Author Share Posted June 6 Really? That cannot be the issue as I am not using the focus 3. I'm doing cabled PC VR with a Vive, a Vive Pro eye, and a Valve Index. I have a Focus 3 to test but I'm not trying to get it to work. I will however try that github repo as soon as I get a chance. Link to comment Share on other sites More sharing options...
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