Hello,
I am trying to follow the playgrounds in documentation on collision events
In the playground under “Use collision observer to log an output when bodies are colliding”
I see that bodyCollideCB (line 193) is never getting triggered even though it is registered (line 224).
Why does that happen?
thank you