microsoft / mixed-reality-extension-sdk

The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS.
MIT License
142 stars 61 forks source link

[samples - v0.16.n] Hello World: DoAFlip animation only works the first time #515

Closed eanders-ms closed 4 years ago

eanders-ms commented 4 years ago

In AltspaceVR: The first time the cube is clicked, it correctly plays the DoAFlip animation. For subsequent clicks, the MRE still handles the click event and issues the command to start the animation, but the cube doesn't animate.

salahzar commented 4 years ago

I can confirm this, I already have asked in discord group. This is very frustrating when trying to understand how the animations are working in AltspaceVR. Also even if this is a bug somewhere there should be a workaround to have it working.

stevenvergenz commented 4 years ago

Fixed by https://github.com/microsoft/mixed-reality-extension-sdk-samples/pull/51. We start the animation on click, but unless you REstart it it just stays at the end.