Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Anyway to create a custom timeline track header button?

Discussion in 'Timeline' started by SolarianZ, Apr 21, 2021.

  1. SolarianZ

    SolarianZ

    Joined:
    Jun 13, 2017
    Posts:
    215
    I want to create a custom timeline track header button, but the base class `TrackDrawer` is non-public, there is no way to extend it unless I move the timeline source code from Packages to Assets.

    Is there any other way to implement it?

    upload_2021-4-21_12-4-51.png
     
  2. julienb

    julienb

    Unity Technologies

    Joined:
    Sep 9, 2016
    Posts:
    174
    Custom buttons on the track header are not supported. I'll add this to our feature requests list.
     
  3. SolarianZ

    SolarianZ

    Joined:
    Jun 13, 2017
    Posts:
    215
    Thank you!:)
     
  4. AverageProg

    AverageProg

    Joined:
    Jun 25, 2015
    Posts:
    38
    @julienb Any plans to support this feature yet?
    I have extended timelines to tween component values, and I wanted to add a simple button to change the drive mode of the Transform track from Global to Local without having to implement 2 different tracks