scenes question..

Hi again…

Well, i´m building a menu containing three items, one of them is “Start Game”

This item has the script to load the first level…

My question is this:

When Unity loads the first level (when i click on the button), the menu scene is destroyed automatically? or do i must to destroy it by myself. ?..

i don´t want a scene to be saved in memory since i´m not going back…

When you load a new level, the old one is dropped.

okey ! thanks…