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.
  2. Dismiss Notice

Feature Request "Editor Only" Timeline Tracks

Discussion in 'Timeline' started by mrtenda, Jul 28, 2022.

  1. mrtenda

    mrtenda

    Joined:
    Jun 6, 2017
    Posts:
    72
    Hi,

    Is there a way to have timeline tracks or track groups that persist in the editor only and don't get pushed out in the final build, similar to the EditorOnly tag on GameObjects?

    Often during timeline development I'll have tracks in there that are useful during timeline development, but I don't want them in the final build (like sound effects, music, etc that are normally handled by the game's logic). It'd be great if there were a better alternative than just muting them (as I assume they still end up in the build if I just mute them).

    Thanks.