Reply To: Can't delete tracks from any cutscenes under 2018.3

Forums 💬 Slate Sequencer ⚙️ Support Can't delete tracks from any cutscenes under 2018.3 Reply To: Can't delete tracks from any cutscenes under 2018.3

#20404
spinalcord
Participant

    hey Breaking Fourth thanks, this seems to work. I would also change the line with

    #if UNITY_2018_3_OR_NEWER

    to

    #if UNITY_2018_3_OR_NEWER && UNITY_EDITOR

    to prevent build errors.