mixer / interactive-unity-plugin

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

Participants tracking for button actions #116

Closed Garfeild closed 5 years ago

Garfeild commented 5 years ago

When same event should be registered by InteractivityManager, already existing tracking state is updated with new participant. This is required, because ClearPreviousControlState creates new state without assigned nextParticipant which is leading to returned null from MixerInteractive.GetParticipantWhoGaveInputForControl.

Fixes #115

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.