How to add objects to the scene but not the game window

How can I add objects that display in the scene/editor window but not in the game window?

You could give the object a layer and then set the camera’s culling mask to exlcude that layer.

Ohh, thanks that is something I certainly did not thing about ! :slight_smile: