unity-timeline

Automates creating and configuring Unity Timelines with animation and audio tracks.

1|Updated Feb 22, 2024
One-click install
npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-timeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-timeline
Source: https://github.com/Stardust-liu/EDC_Framework/tree/main/Assets/AI/Unity-Skills-1.5.5/unity-skills/skills/timeline
Command: npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-timeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity users often need to create and manage Timelines to orchestrate animations and audio for cutscenes and gameplay sequences, which can be error-prone and time-consuming.

Core Features & Use Cases

  • Create and configure Timeline assets and Director instances.
  • Add Audio and Animation tracks, and optionally bind them to GameObjects.
  • Use in cutscenes or gameplay sequences to synchronize events and playback.

Quick Start

Create a new Unity Timeline named 'Intro' and attach an animation track to a GameObject named 'Character'.

Frequently Asked Questions about unity-timeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Unity Timeline for cutscenes with animation and audio tracks?

To create a Unity Timeline for cutscenes, you generate Timeline assets and Director instances, then add Audio and Animation tracks to synchronize gameplay sequences. This automates configuring cutscenes with synchronized animation and audio playback.

Can I bind animation tracks to specific GameObjects in Unity Timeline?

You can bind animation tracks to specific GameObjects in Unity Timeline via API. This allows direct track assignment to control individual character animations during cinematic sequences.

What is the best way to automate Timeline asset creation for gameplay sequences?

Automating Timeline asset creation for gameplay sequences involves using an API to instantiate Playable Directors and configure tracks. This reduces manual setup errors and accelerates orchestration of cutscenes.

Does Unity Timeline support synchronizing audio and animation for cinematic sequences?

Unity Timeline supports synchronizing audio and animation for cinematic sequences. You can add parallel Audio and Animation tracks within a single Timeline asset to coordinate playback events.

Why does manually orchestrating animations and audio in Unity Timeline take so long?

Manually orchestrating Unity Timeline animations and audio is time-consuming because configuring individual tracks and Director instances is error-prone. Automating this process ensures accurate synchronization of cutscene events.