Skip to content

Transform Track Position

Tracks a Transform's position over time and outputs movement statistics.

Parameters

Parameter Description
Transform Transform to track.
Speed Threshold Speed below which the object is considered idle.
Teleport Step Threshold Large step size treated as a teleport. 0 disables teleport filtering.

Outputs

This action can store a wide range of values, including:

  • Velocity Last Frame
  • Average Velocity
  • Average Speed
  • Total Delta
  • Path Length
  • Average Position
  • Bounds
  • Moving Time
  • Idle Time
  • Stop Count
  • Max Speed
  • Max Velocity
  • Max Horizontal Speed
  • Max Acceleration
  • Teleport Count

Notes

  • This action starts tracking on state enter and stops on state exit.
  • It defaults to LateUpdate so it samples after many movement actions.
  • For full details on every output, see Tracking Actions.