mixer / interactive-unity-plugin

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

Cannot create more than 1 group #92

Closed payzer closed 4 years ago

payzer commented 6 years ago

There is a bug in the SDK when you try to create more than 1 group, the SDK only recognizes the 1st group that got created.

The groups are created on the service side, but not in the SDK. We'll investigate a fix. In the meantime, a workaround would be to send raw protocol messages for assigning a participant to a group through the MixerInteractive.SendInteractiveMessage API.

Here's a link to the protocol spec: https://dev.mixer.com/reference/interactive/protocol/protocol.pdf