-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Oculus visualization now integrated with MRTK #10067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oculus visualization now integrated with MRTK #10067
Conversation
Assets/MRTK/Providers/Oculus/XRSDK/Controllers/OculusXRSDKTouchController.cs
Outdated
Show resolved
Hide resolved
Assets/MRTK/Providers/Oculus/XRSDK/Controllers/OculusXRSDKTouchController.cs
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
NOTE: This also fixes an error that was introduced when the UnityEngine import was added to the OculusXRSDKDeviceManager class Assets\MRTK\Providers\Oculus\XRSDK\OculusXRSDKDeviceManager.cs(17,7): error CS0105: The using directive for 'UnityEngine' appeared previously in this namespace |
keveleigh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big fan of the direction this PR is taking, moving some of this visualization work more in-box!
Assets/MRTK/Providers/Oculus/XRSDK/Controllers/OculusXRSDKTouchController.cs
Outdated
Show resolved
Hide resolved
Assets/MRTK/Providers/Oculus/XRSDK/Profiles/DefaultOculusXRSDKDeviceManagerProfile.asset
Show resolved
Hide resolved
…hController.cs Co-authored-by: Kurtis <kurtie@microsoft.com>
8739c5d to
10666b1
Compare
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
* Oculus visualization now merged seemlessly with MRTK * addressing code review comments * Update Assets/MRTK/Providers/Oculus/XRSDK/Controllers/OculusXRSDKTouchController.cs Co-authored-by: Kurtis <kurtie@microsoft.com> Co-authored-by: Kurtis <kurtie@microsoft.com>
Oculus visualization now integrated with MRTK (#10067)
Overview
Previously Oculus controllers managed their visuals completely separately from MRTK. This PR refactors the Oculus Touch Controllers to use the visualizer in a similar manner as the WMR controllers. For consistency, it also makes it so avatar hands can be rendered at the same time as the controller models, since Oculus's OvrAvatar functionality operates in it's own system and cannot be managed easily by MRTK.
Changes