Change how Gameobjects appear

My game requires video footage to be running in the background of the game (see image below). I’m trying to basically create another window in the centre of the screen where objects would come from beyond the black lines rather than beyond the the video footage. However I’m not quite sure on how to go about this.

Was thinking I could use two cameras with different boundary sizes where one camera size is to the game in the centre and the other covering the whole screen and change what GameObjects are visible? Would this work? & could you recommend other ways to do this?

The game is just a traditional 2D game with objects coming from the right hand side.

Thank you for your time and help!

Yes, you can have multiple cameras and it is probably the easiest way to solve your problem. It’s really easy, just add another camera and place it at an appropriate position. The Depth attribute decides the order in which cameras are combined.

1 Like