scene manager

Hi, I am a beginner and i want to know what different ways there is to switch from one scene to the other. I want to know if it is possible to collect some object and after collecting all of them, the scene would change. if anyone can help me to find how to find a script for that or where to look exactly it would be great ?

Start here.

SceneManager.SetActiveScene() api reference.

Along with that, this tutorial is a good starting place for collecting objects and getting a score:

Youtube also has many tutorials on scene managers for unity.

thank you very much, i’ll check it out.