Skip to content

Instantly share code, notes, and snippets.

@rob5300
Created August 26, 2018 20:47
Show Gist options
  • Save rob5300/6e4677e788c16ea165b8e8d26beaae56 to your computer and use it in GitHub Desktop.
Save rob5300/6e4677e788c16ea165b8e8d26beaae56 to your computer and use it in GitHub Desktop.
Track Asset example
using UnityEngine.Timeline;
[TrackColor(0.9716981f, 0.4145757f, 0.3529281f)]
[TrackClipType(typeof(DialogueTriggerClip))]
public class DialogueTriggerTrack : TrackAsset
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment