constraintmanager
ConstraintManager
An internal Unity system that evaluates all of the “Constraint” components in a scene1).
Beyond applying the constraint the ConstraintManager also sorts constraints based on dependencies, in order to avoid drift caused by non-optimal order of evaluation.
The sorting and evaluation happens in PreLateUpdate.ConstraintManagerUpdate
, and is mildly jobified.
Plugin Backlinks: Nothing was found.
1)
ie. PositionConstraint, RotationConstraint, etc
constraintmanager.txt · Last modified: 2025/01/15 04:35 by 127.0.0.1