Sorry to revive the old thread, but is there any way to pause physics objects other than set immoveable, set time scale?
In my game, when you press the pause button, all the physics should paused and then a menu screen moving up using lerp. So i cant use timescale because it pause even the menu screen. And the "set immoveable" is very buggy when you pause and unpause rapidly.