Home

Awesome

<img src=Resources/EventMarkerIcon.png width=32> UnityTimelineTools

Unity Plugin that adds the following features to timeline:

  1. Frame Cutting and Insertion
  2. Timeline and Animation View Synchronization
  3. Multi-parameter Bound Object Method Calls

Frame Cutting and Insertion

Cut and insert frames to the overall timeline including infinite animation tracks.

Cut_Insert

Timeline and Animation View Synchronization

Synchronize timeline and animation views to the same timescale and location.

Sync
Sync_Views

Bound Object Method Calls

Call methods on timeline bound objects by adding an Event Marker Receiver to the given object and adding Event Markers to its timeline track.

Features

  1. bool, int, float, string, enum, and Object parameter types
  2. Method overloading
  3. Multiple arguments
  4. Enumerations

Usage Images