Back to API Reference
Class
UniTextDriver
sealed
Inherits:MonoBehaviour
Sequences parameter animation over the sibling text component: each clip owns one modifier parameter across the ranges its query matches and ramps every member between two endpoint values inside its own window on the shared timeline. Clips run in order, overlap freely, and may drive different parameters of different modifiers.
Remarks
The playhead advances on the chosen clock and is fully scrubbable: set
Progress from code, an Animator, or a Timeline to render any exact state. Ownership follows each clip's query across text edits and releases on disable, returning every range to its cascade. Scrubbing and playback work in edit mode; automatic playback on enable starts only in play mode.Position on the timeline in seconds: where the sequence evaluates, so a PingPong or Yoyo return reads as the mirrored position and never as a phase past the end. Setting it seeks that many seconds into the run, counted from its first pass, and renders that state; Progress is the same position normalized.
