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

Creating an actor under a disabled parent results in unpredictable behavior #734

Open in2dair opened 3 years ago

in2dair commented 3 years ago

If you create an actor under a disabled parent and later enable the parent, callbacks related to the actor do not work consistently. See tangentially related bug https://github.com/microsoft/mixed-reality-extension-sdk/issues/728 -- there seem to be a class of reliability issues related to actor creation which might make sense to tackle at once: