Is there a way to get the outgoing scene on a given layer via scripting?
I.E. I set a scene online on layer X.
I set another scene online on layer X and the transition logic runs to move between the two.
If you use getSceneOnLayer during the transition you get the incoming scene (despite the outgoing scene being marked online in the sequencer and the incoming scene being marked as transition)
Assuming that I don't know what the take item ID is then how would I go about getting the outgoing scene?
In an ideal world there would be a way to get both the incoming and outgoing scenes in a transition situation.
I tried using OnSceneOffline in a scene that's on another layer but it doesn't fire until the outgoing transition finishes so that's no help sadly.