Closed megahead11 closed 1 year ago
It seems if you unstage an actor that had an emote active, then restage it, it'll toss this error (and the actor will not show up on stage):
The actor will not appear on stage, but if you disable the emote then restage, it will behave as normal.
Line 4438 of Theatre.js is missing an "await", it should read:
let texture = await PIXI.Assets.load(resTarget.path);
Yup, that appears to be it! Thanks for the help <:
It seems if you unstage an actor that had an emote active, then restage it, it'll toss this error (and the actor will not show up on stage):
The actor will not appear on stage, but if you disable the emote then restage, it will behave as normal.