I've got a pause menu done in UIKit, and I'm using UnitySendMessage from the SDK side to pass event messages to a custom class which fires events on an FSM. It's working perfectly, except when I set the Time.timeScale to 0, the events don't appear to fire inside of my FSM. I know the message is making it through to Unity, as my Debug output is firing correctly. Can anyone confirm this is the case?