Skip to content
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

controller visualization for Windows Mixed Reality #3331

Closed
Yoyozilla opened this issue Jan 10, 2019 · 1 comment
Closed

controller visualization for Windows Mixed Reality #3331

Yoyozilla opened this issue Jan 10, 2019 · 1 comment
Assignees
Labels
Input System - General MRTK Approved approved by MRTK team, and will add in next update

Comments

@Yoyozilla
Copy link
Contributor

Yoyozilla commented Jan 10, 2019

Overview

Currently, the only mechanism to visualize a specific controller model is for that model to be baked into the application as an obj, fbx, etc. and referenced in the appropriate profile.

HoloToolkit leveraged UnityGLTF, from Khronos, to enable requesting the model from the device. That had an additional dependency on Newtonsoft's JSON library. This dependency has caused conflicts when customers attempted to integrate HTK into projects that used a different version of the library,

To enable GLTF without the dependencies, we are investigating modifications to the UnityGLTF code that replaces the Newtonsoft library with .NET's DataContractJsonSerializer

@david-c-kline david-c-kline self-assigned this Jan 16, 2019
@david-c-kline david-c-kline changed the title controller visualization for WMR controller visualization for Windows Mixed Reality Jan 23, 2019
@david-c-kline david-c-kline added the MRTK Approved approved by MRTK team, and will add in next update label Jan 23, 2019
@keveleigh
Copy link
Contributor

Was added for WMR in #3673. Please let us know if you see any issues!

Mixed Reality Toolkit v2 automation moved this from To do to Done Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Input System - General MRTK Approved approved by MRTK team, and will add in next update
Projects
No open projects
Development

No branches or pull requests

3 participants