mixer / interactive-unity-plugin

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

fix: resolve issue where a "createScenes" message would not properly be handled #105

Closed Funomena-Michael closed 6 years ago

Funomena-Michael commented 6 years ago

Resolve issue where custom scenes created through a "createScenes" message via the Mixer API SendInteractiveMessage would not be properly processed. The "OnSceneCreate" response message returns an array of scenes created, but the Unity SDK assumed it returned a single scene object. Update the "HandleSceneCreate" message to process the response as an array.

fixes issue #104