prefrontalcortex / UnityGLTF

Runtime GLTF Loader for Unity3D
MIT License
163 stars 41 forks source link

Export KHR_animation_pointer only for animations that require it to increase compatibility #84

Open hybridherbst opened 1 year ago

hybridherbst commented 1 year ago

Currently using KHR_animation_pointer is an on/off choice: either everything uses it or nothing. For compatibility an option to use it in "mixed" mode would be cool, where only when an animation requires KHR_animation_pointer (something is animated that's not possible in the core glTF spec) uses it.