what is the best way to go about monitoring if a group is active or not? I don't see anything like that in the debugger unless I'm missing something.
Develop games in your browser. Powerful, performant & highly capable.
You can add an event which outputs group status (enabled/disabled) to browser console. Either when a key is pressed, or every X seconds.
yeah that's what I ended up doing, just was wondering if you could see it in the debugger.