Author Topic: Camera sprite too large  (Read 1657 times)

rookie_coder

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 14
    • View Profile
Camera sprite too large
« on: February 09, 2014, 09:38:33 AM »
When creating a new Sprite or any other component, I get the default Scene View with the Camera in the center. However, the Camera is so large that a new button or label created goes behind the camera and then I have to manually change the coordinates to move it out from under the Camera. How can I reduce the size of the Camera sprite? Attached is the screen shot.

Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Camera sprite too large
« Reply #1 on: February 09, 2014, 04:32:38 PM »
Unity question. Select the Gizmos drop-down and turn off 3D gizmos.

rookie_coder

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 14
    • View Profile
Re: Camera sprite too large
« Reply #2 on: February 09, 2014, 07:59:17 PM »
Thanks!! That worked.