There is no 2D Camera Borders

In tutorial videos that i’m watching, it has border at the camera in scene

But you see i dont have the borders in scene

When I select the camera from hierarchy i can see the borders but i dont want this

How can i fix this. I want to see the camera borders

1 Like

In the scene window you can click on gizmos and enable the camera.

4 Likes

@emirtanir

Another reason for camera view frustum not showing up, is you have collapsed the Camera modifier in object. Same goes for most of the Unity Components, collapsing it disables the viewport rendering.

3 Likes

I tried this but its didnt worked. Everything is enabled in gizmos

I will check it, but i didnt collapsed anything, When I create any new project i got this problem

  1. Select Main Camera in Hierarchy.

  2. In Camera component in Inspector, change Projection from ‘Perspective’ to ‘Orthographic’.

7 Likes

(Im not this post author, but : )

Thank you sir!

1 Like

thank youuuuuu!