Hi! So I think I found a bug on transition regions with relative offset. If I have two songs of similar distance on loop regions. If when one song transitions to the other and the second song just happens to need to loop within that transition, it will not loop and instead leave the loop region as if “it continued playing on the timeline” (instead of looping as it should).
The project is on 2.03.08, but just tested it on 2.03.13 and it also happens there.
In the video I show the problem. It is a simple going back and forth between an ambient and a combat song, where the combat song has a relative offset to make the ambient song start in different places.
This isn’t a bug, but I can see how it could be surprising.
Loop regions are respected while in the destination region of a transition timeline - with one exception, which is relevant to your event: The timeline playback position cannot enter a transition timeline while already inside a transition timeline. Your loop regions have transition timelines; therefore, the playback position cannot be affected by those loop regions while it is inside your transition regions’ transition timelines.
To resolve this issue, alter the structure of your event such that the playback position does not need to enter a transition timeline while already inside another transition timeline. Without knowing your requirements, I can’t tell you how best to do that; however, one possible option would be to remove the transition timelines from your loop regions.