Adding script to the stage, but what is the stage?

Hey,

I’m following this tutorial and it says to add the script to the stage. But what is the stage?

It’s point 29 of this tut: Develop a Monkey Ball Inspired Game with Unity | Envato Tuts+

I got a lot of scenes with each their own name. But following this tutorial none of them is called stage. So I’m a bit confused to what I need to attach this script?

Thanks!

you dont attach components to scenes. Instead you attach them to gameobjects. So it is propably a GameObject?! but that iss just a gues

The scripts are attached to gameobjects like bananas, camera, etc. But the stage is not a gameobject there, I have no clue at all what is meant with the stage. That’s the whole problem. :slight_smile:

Also another questions. I have duplicated my gameobject banana en added the script component to a banana, however this isn’t automatically added to all bananas. So does this mean I need to add the sam script over and over to all the bananans?

if the banana gameobject is a prefab than you need to apply the changes. should be a Apply button on top of the inspector

You can download his project from GitHub. The “Stage” is an empty object into which he places all the thing that will move; banas, cylinders, islands, planes and the portal.