Has something changed in recent versions where you can't do this anymore?
I have some levels that are configured to behave very differently depending on the state of some global variable (basically I simulate the passage of time this way). So quite often I need to do:
Fade camera out
Change Day variable from Day 1 to Day 2
Engine: change level -> Same level
However I am experiencing an issue at the moment where the action list will get to the last action (the change scene) and then it won't do anything.
Fairly certain that a) this used to work fine and b) I haven't actually done changed anything that would break this on my end
Comments