My Canvas rawimage currently plays a video that serves as the background of my game. However, the gameobjects won’t go over the background. Any help with this?
How are you playing the video from the camera?
whoops, realized i wasn’t and that was an idea i had working on this game (been months since I opened it). I actually have it as a raw image and texture in the Canvas UI and the video plays from there. Same problem still persists though.
note: i just edited the title and og post of this thread
Likely you have your canvas Render Mode set to Overlay, which draws the canvas on top of the scene. Select the canvas and set the Render Mode to Screen Space - Camera
so that it will draw the canvas in front of the camera. Here’s a nice tutorial, How to add an image as a camera background in Unity.
thank you man, it worked