snaphat / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Adding the Event Marker Receiver script to a game object
    Adding the Event Marker Receiver script to a game object Add_Component2

  • Adding an Event Marker to a timeline
    Adding an Event Marker to a timeline

  • Viewing the Event Marker inspector
    Viewing the Event Marker inspector

  • Selecting an object method
    Selecting an object method

  • Using a multiple argument method
    Using a multiple argument method

  • Viewing Overloaded methods
    Viewing Overloaded methods

  • Selecting an enumeration
    Selecting an enumeration

  • Viewing an Event Marker tooltip
    Viewing an Event Marker Tooltip

About

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

License:The Unlicense


Languages

Language:C# 100.0%