@lpmode said:
I kind of remember this working fine in a previous version
I don't think this should have worked previously.
The way to approach this is to put the media that needs to play across a scene transition in another background scene.
So, lets say we are in the show in scene 3. Scene 4 plays two videos, but one of these videos needs to play into the next scene.
We create Scene 4 and Scene 4b (background scene). When Scene 3 jumps to scene 4, an enterscene trigger in scene 4 activates scene 4b as a background scene. So both videos are now playing.
When we want to leave scene 4, using a Jump actor we transition to scene 5 (past scene 4b), in a future scene we use an enterscene trigger to deactivate scene 4b.
So we move through scenes like: Scene3 --> Scene 4 (activates scene 4b) --> scene 5 --> scene 6 (deactivate scene 4b)
In that flow, scene 4b plays through Scene 4 and 5.