Transport scene

when a camera is for example over a cube switching stage how do you get it
please help

you would get help faster if you posted in english.

OK

I wholly sympathize with the frustration of functionally illiterate native speakers of English, but we don’t know that the OP here is a native speaker. From another thread, I’m pretty sure he’s Norwegian.

@The OP: It sounds like it’s triggers that you’re looking for. In short, create a cube collider, check the ‘trigger’ checkbox, create a script and add it to the game object, and implement OnTriggerEnter() to load the new scene (checking for the colliding object’s name or tag if necessary).

Thank You