This is for a quiz game and showing the score ui. This shows the flow of logic where I first hide or unhide some ui and then after a delay change the ui again. For some reason having the set visibility in the “then 1” from the sequence node breaks the ”then 0” logic. Without the connection to the set visibility logic, the “then 0” logic runs fine but I need the set visibility in the “then 1” logic.
It is like the set visibility in the “then 1” path is locking the set visibility in the “then 0” so it does not trigger.