Rigidbody takes a second until it moves when I pulldown the floor below it. It obviously is asleep. Do I have to add force by script the moment I pull down the floor?
I would, through code, check what colliders are touching the floor and then use collider.gameObject.rigidbody.WakeUp();