mixer / interactive-unity-plugin

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

fix: _GetJoystickX not returning joystickState.X #125

Closed MvEerd closed 5 years ago

MvEerd commented 5 years ago

The conditional which checked for a non-empty sessionID in _GetJoystickX was missing a ! / not operator. This caused the 'Viewer controls a character' example to only move the character on the Y axis

MvEerd commented 5 years ago

Closing due to failed commit-message-check, reopened under a new PR