Search Unity

There is no 2D Camera Borders

Discussion in '2D' started by emirtanir, Jan 28, 2020.

  1. emirtanir

    emirtanir

    Joined:
    Jan 28, 2020
    Posts:
    4
    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
     
    AlekPantic likes this.
  2. Wezai

    Wezai

    Joined:
    Dec 30, 2016
    Posts:
    74
    In the scene window you can click on gizmos and enable the camera.
     
    NRSousiroth and PraveenPallagani like this.
  3. eses

    eses

    Joined:
    Feb 26, 2013
    Posts:
    2,637
    @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.
     
    fabioColombini, AquaRocket and Wezai like this.
  4. emirtanir

    emirtanir

    Joined:
    Jan 28, 2020
    Posts:
    4
    I tried this but its didnt worked. Everything is enabled in gizmos
     
  5. emirtanir

    emirtanir

    Joined:
    Jan 28, 2020
    Posts:
    4
    I will check it, but i didnt collapsed anything, When I create any new project i got this problem
     
  6. Valjuin

    Valjuin

    Joined:
    May 22, 2019
    Posts:
    481
    1. Select Main Camera in Hierarchy.

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

    i_ko

    Joined:
    Apr 12, 2020
    Posts:
    1
    (Im not this post author, but : )

    Thank you sir!
     
    Dralzar likes this.
  8. HealthyJunk

    HealthyJunk

    Joined:
    Feb 16, 2021
    Posts:
    1
    thank youuuuuu!