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

#1863
Breaking Fourth
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.