Avindr / MxM-IssueTracking

7 stars 0 forks source link

No event for exiting Idle state #175

Closed freyzor closed 1 year ago

freyzor commented 1 year ago

There is an event available when MxM enters idle state but no comparable event when exiting idle. The specific use case I have is to turn of strider during idle and reenable when exiting due to foot jitter strider generates while there is no motion.

Avindr commented 1 year ago

A unity event 'OnIdleEnd' has been added. It is invoked every time the idle state is exited.