-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Input System - GeneralMRTK Approvedapproved by MRTK team, and will add in next updateapproved by MRTK team, and will add in next update
Milestone
Description
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
wassx and Filimindji
Metadata
Metadata
Assignees
Labels
Input System - GeneralMRTK Approvedapproved by MRTK team, and will add in next updateapproved by MRTK team, and will add in next update