Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Kinematics Controller is responsible for managing and updating all contained Kinematic Joints in the correct order (taking both priority and kinematic relationships into account). For it to To work properly, the Kinematics Controller needs to be placed in the hierarchy above any joints it should control. After creation the Controller will automatically takeover management of the contained joints.

Generally it is wise to use just one Kinematics Controller in your scene for all your the joints, however using multiple Controllers is possible, but may lead to undesirable behavior.

...

Kinematics Controller

Script

The Kinematics Controller script

Execute in Editor Mode

On by default. If When this toggle is set enabled, true Kinematic behavior behaviour (Limits and Relationships) will also be enacted outside play mode in the Unity Editor.

The Kinematics Controller runs on the Unity Fixed Update within play mode, and on a custom update cycle outside play mode

Note that Individual Kinematic components have a matching override ‘Enforce Enforce Outside Playmode’ Playmodethat should also be on enabled in order for it to work outside play mode

Info

When in Play mode Kinematics are always applied

Contained Kinematic Relations

List with the kinematic relations found as children - and controlled by the kinematics controller. The content of this list is automatically controlled in - and outside play mode, please do not change the values manually.

Info

Note that this list is automatically updated, and need not be managed manually managed - it is shown in the inspector for review purposes only

Sorted Kinematic Relations

The controlled kinematic relations sorted by their respective solver passes (i.e. in what pass within a simulation frame is a Kinematic Joint solved, and when does it receive )

Info

Note that this list is automatically updated, and need not be manually managed - it is shown in the inspector for review purposed purposes only

Check For New Relations Outside Playmode Interval

The time interval to check for new or removed kinematic relations outside play mode in seconds.