Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

How to use gltf animation extension in Visual Studio Code?

Hoping someone can explain or point me in the right direction for help in getting glTF animations to play in Mixed Reality viewer and in PowerPoint.
I’m using Visual Studio Code with the glTF Tools Extension (21.16) to try and add an Animation trigger to my glb file (which was exported from Blender).

However, I keep getting a glTF Validation error: Unsupported extension encountered: ‘EXT_animation_map’.
I’m following the instructions from this Microsoft Mixed Reality guide:
https://docs.microsoft.com/en-us/windows/mixed-reality/creating-3d-models-for-use-in-the-windows-mixed-reality-home#animation-guidelines

I also tried it using code from the FB_animation_map extension below but also got Extension not found error:
https://github.com/msfeldstein/glTF/blob/04f7005206257cf97b215df5e3f469d7838c1fee/extensions/Vendor/FB_animation_map/README.md

Is there something else I need installed or configured in Visual Studio Code to make this work?

Sign In or Register to comment.