Scene transition, fade animation

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By BrunoFreezee

So, I have a fade animation and a portal (area2D) to detect when to change the level.
how could i communicate them to play the fade in on level changed, and play fade out when the new level is ready

I tried with the animation in the portal scene, but when the level changes the portal doesn’t exists anymore right, then the animation don’t play of course, any ideas!? a better way to do it

can use auto load to keep a transition manager around no matter what
or can use queue_free or free to remove just part of scene

rakkarage | 2020-06-25 19:41

Yeah, works fine, thank you

BrunoFreezee | 2020-06-25 22:24