Hi, is there a way to tell a scene to stop listening to registry events? I have a few scenes active and each of them is listening to registry events (same events) coming from the main scene. I want that when a scene is active it will listen, but not when it’s not active…
You could always listen to whatever event fires when a scene is paused and disable the handlers listening to registry events, and then re-enable them when a scene becomes active.