Doubt about scenes

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

Hello all, just a question: if I change the scene, need I delete the previous scene to decrease the RAM usage or only delete the scene if I will not use it anymore?

:bust_in_silhouette: Reply From: Adam_S

The previous scene gets automatically deleted when using change_scene() or change_scene_to(), so you don’t need to care about that.

See here for more information.