Setting Camera Size to match Game View Size (2D)

Hello!

I really appreciate your help with this, I have been googling all morning and haven’t found a simple solution. I am halfway through the Unity Junior Programmer course but I still haven’t been able to set up my screen size correctly to create a new 2D game.

GOAL: Set my Game View and Scene View to be 800 x 600.
See screenshot below.

As you can see the Scene View box (the main camera view) is really tiny compared to the Canvas Size and the Game View size which is set to 800 x 600.

These are my canvas UI settings:

7614988--946294--canvas.JPG

Thank you! :slight_smile:

7614988--946294--canvas.JPG

reduce orthographic size

thank you for pointing me in the right direction!
i just started googling “orthographic” size and it looks like when I changed it to 300 (half of 600 as I wanted the size to be 800x600) it matches the canvas size now! :slight_smile: