Follow

The Follow module moves and rotates the camera to follow a tracked object.


🪁 Settings

The following settings are available to customize:

  • Offset: The camera offset in the tracking target's local space. Use this to fine-tune the tracking position when the desired position is not the center of the target.

  • Move Tracking: Enables/disables move tracking which moves the camera to follow the target.

  • Move Damping: How quickly the camera follows the tracking target. Small numbers make the camera follow the target more closely.

  • Look Tracking: Enable/disables look tracking which rotates the camera to look at the tracking target. This is generally only used for adventure-style games.

  • Look Damping: How quickly the camera looks toward the tracking target. Small numbers make the camera respond more quickly.

  • Look Delay: The amount of seconds before the camera starts automatically looking at the tracking target after the player has manually looked away.


🧰 Scripting API