Unity Plugin that adds the following features to timeline:
- Frame Cutting and Insertion
- Timeline and Animation View Synchronization
- Multi-parameter Bound Object Method Calls
Cut and insert frames to the overall timeline including infinite animation tracks.
Synchronize timeline and animation views to the same timescale and location.
Call methods on timeline bound objects by adding an Event Marker Receiver to the given object and adding Event Markers to its timeline track.
- bool, int, float, string, enum, and Object parameter types
- Method overloading
- Multiple arguments
- Enumerations