Awesome
<img src=Resources/EventMarkerIcon.png width=32> UnityTimelineTools
Unity Plugin that adds the following features to timeline:
- Frame Cutting and Insertion
- Timeline and Animation View Synchronization
- Multi-parameter Bound Object Method Calls
Frame Cutting and Insertion
Cut and insert frames to the overall timeline including infinite animation tracks.
Timeline and Animation View Synchronization
Synchronize timeline and animation views to the same timescale and location.
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
- bool, int, float, string, enum, and Object parameter types
- Method overloading
- Multiple arguments
- Enumerations
Usage Images
-
Adding the Event Marker Receiver script to a game object
-
Adding an Event Marker to a timeline
-
Viewing the Event Marker inspector
-
Selecting an object method
-
Using a multiple argument method
-
Viewing Overloaded methods
-
Selecting an enumeration
-
Viewing an Event Marker tooltip