Implementing pause scene . Push Pos scene not working

Push and pop scene not working while using physics in scenes .
A new scene is added to the old one , sprites are duplicated .
If I skip onEnter() (where physics stuff is created) ,sprites are not duplicated but joints are gone .
Any hint ?

why not just put up a Layer and pause the director?

1 Like

That’s the solution I adopted …