====== ConstraintManager ====== An internal Unity system that evaluates all of the "Constraint" components in a scene((ie. PositionConstraint, RotationConstraint, etc)). 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. {{:unity_leuq9xwfwy.png}}