Skip to content

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

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

snaphat/UnityTimelineTools

Repository files navigation

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

Topics

Resources

License

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages