This version of Unity is unsupported.

SimulationStage.PrepareSimulation

Description

This stage prepares the physics scene for simulation.

Specifically, this stage:

  • Displays any pending errors from the physics system.
  • Calls Physics.SyncTransforms to apply any pending Transform changes to the physics system.
  • Stores interpolation poses.