Any way to check if an event is currently in a transition timeline?

Hi there,

Is there any way to check if my event is currently in a transition timeline?

I want to set a boolean to block things from happening in game when the music is between sections.

Couldn’t seem to find an answer to this question. Using C# and Unity.

Kindest,
Mark

There currently isn’t a way to tell if an event is in a transition timeline. You could possible place a destination marker just before the transition. You could also replace transition timelines with transitions to positions on the main timeline and utilize event callbacks to notify when reaching these destinations.

I’ve added a note to our tracker to look into adding a way of seeing if an event is in a transition timeline, thank you for bringing this to our attention.