mixer / interactive-unity-plugin

Unity Plugin for Mixer Interactivity
MIT License
59 stars 23 forks source link

fix: resolve issue where scenes deleted through a "deleteScene" message via the Mixer API SendInteractiveMessage would not be properly processed #110

Closed Funomena-Michael closed 5 years ago

Funomena-Michael commented 5 years ago

I ran into an issue where Unity version of the list of scenes did not match the server's because it was not properly handling the "onDeleteScene" server response. I added a handler for that server message.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

Funomena-Michael commented 5 years ago

Might need to do something with the reassigned scene - let me know if that's the case.

payzer commented 5 years ago

Yea, if the viewer was on the scene that got deleted, we should probably put them on a new scene.