unity-deterministic-physics
unity-deterministic-physics copied to clipboard
rollback?
Is it possible to roll back the physics engine to an earlier state with collisions?
You can use PhysicsWorld.Clone() to create a snapshot of the current state of the physics world, and you simply use the snapshot physics world when you want to roll back the state.