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

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

#1864
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.