README.md
June 4, 2026 · View on GitHub
Unity AI Timeline
AI-powered tools for the Unity Timeline cutscene & sequencing workflow. Create TimelineAssets, add Animation / Activation / Audio / Signal / Control tracks, add and time clips (start, duration, blends, eases), place signal markers, bind a PlayableDirector and its per-track scene bindings, list and inspect everything, and modify any Timeline object field directly — all through natural language commands, no manual Timeline-window navigation. Wraps com.unity.timeline 1.8.12. Ideal for rapid cutscene blocking, sequence authoring, and procedural timeline rigs. Built on top of the AI Game Developer platform.
How to use
Stability status
| Unity Version | Editmode | Playmode | Standalone |
|---|---|---|---|
| 2022.3.62f3 | |||
| 2023.2.22f1 | |||
| 6000.3.1f1 |
AI Timeline Tools
13 tools, grouped by purpose:
TimelineAsset lifecycle
timeline-create- Create a new emptyTimelineAsset(.playable) at a project pathtimeline-list- List everyTimelineAssetin the project with track count and durationtimeline-get- Generic read: serialize aTimelineAsset, a track, or a clip'sPlayableAssettimeline-modify- Generic write: apply aSerializedMemberdiff to a Timeline object
Tracks
timeline-track-add- Add an Animation / Activation / Audio / Signal / Control / Playable / Group tracktimeline-track-remove- Remove a track (and its clips/markers) by name or indextimeline-track-list- List a timeline's tracks with type, mute/lock state, and clips
Clips
timeline-clip-add- Add a clip (animation / audio / default) to a tracktimeline-clip-set-timing- Set start, duration, clip-in, blends, eases and time scale of a cliptimeline-clip-move- Move a clip to an absolute start or by a relative delta (duration preserved)
Markers & bindings
timeline-marker-add- Add a marker (SignalEmitter by default) on a track or the marker tracktimeline-director-bind- Bind aTimelineAssetto a scenePlayableDirector(adds it if missing)timeline-track-bind- Bind a scene object/component to a Timeline output track via the director