In case of death near a ladder, the gravityScale will change to 0f, so it’s worth adding myRigidbody.gravityScale = gravityScaleAtStart
to the Die method.
In case of death near a ladder, the gravityScale will change to 0f, so it’s worth adding myRigidbody.gravityScale = gravityScaleAtStart
to the Die method.