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

#20405
b4th
Participant

    This is still happening in Slate V 1.9.1

    🙁

    EDIT: Oops, it looks like the logic might be inverted:

    If I’m not mistaken, this function (which sounds like it’s trying to determine if an object is SAFE to delete) is actually finding out whether the game object is part of a prefab, and therefore is UNSAFE to delete. Therefore, the function should be changed to something like IsUnsafePrefabDelete, and the logic where it gets called should be flipped?

    EDIT 2: The above change seems to fix the issue.