After refactoring my level object into a proxy collection dynamically loaded by a manager script, my player’s collision object and the level’s collision objects do not register collisions via the system message “collision_response” generated by Box2D. This didn’t happen when the level collection was directly embedded in the main collection rather than proxied in. Do I need to register the player with the level or vice versa? Something like that?
Thanks very much for any advice.