Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.