Why is my Canvas not appearing?

So I am making a game in Unity, and I have it set up to whenever the game starts you are shown a main menu. Here are three buttons: Play, Options, and Quit.
The only button that I have added a function to is the Play button. And its function is to switch scenes on button click. It does it’s job. But for some reason, the canvas and the picture for the other screen does not show in that scene whenever it switches. I just see emptiness. Why?

1 Answer

1
  1. Check that you are loading the right
    scene
  2. Check your screen overlay on you
    canvas
  3. Check your anchor points