Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Question How to organize custom clips

Discussion in 'Timeline' started by KevinICT, May 1, 2023.

  1. KevinICT

    KevinICT

    Joined:
    Oct 4, 2021
    Posts:
    13
    I would like to organize 'Add Clip' options when right-clicking on the track.
    Right-clicking will reveal every custom clip available to the track, which is hard to use as the project grow.
    Is there a way to organize these options by group? For example, AddClip/AI/AI_DoSomething or AddClip/SFX/PlaySFX.

    Thank you.
     
    Last edited: May 1, 2023
  2. KevinICT

    KevinICT

    Joined:
    Oct 4, 2021
    Posts:
    13
    Found solution.
    Adding DisplayName attribute to the clip class solved the issue.