Author Topic: GUI really small in Scene view.  (Read 3435 times)

madmax336

  • Guest
GUI really small in Scene view.
« on: July 08, 2013, 06:15:12 PM »
Pretty much as the title says. In the scene view the NGUI objects are really small in the centre of the view with the other non NGUI objects there normal size. When I press run though it is all the right size?

 there an option that I've not set up right? At the moment this is leading to a lot of guesswork and stress to get thing laid out as correctly as I can get them.

Many thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: GUI really small in Scene view.
« Reply #1 on: July 08, 2013, 11:21:26 PM »
Only the UI camera should be able to see the UI layer. The game camera should not be able to see the UI layer.

madmax336

  • Guest
Re: GUI really small in Scene view.
« Reply #2 on: July 09, 2013, 12:29:20 AM »
Thank you for your response. I had the Culling mask on the Main Camera to not show the NGUI layer that I had created. Previous to this It was showing my NGUI elements twice in the Game view. Is there another place where I would have to look in order to prevent the Main Camera seeing the NGUI layer to allow the NGUI and the my other elements to be on the same scale in the Scene view?

Many Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: GUI really small in Scene view.
« Reply #3 on: July 09, 2013, 08:19:56 AM »
I can see there being an issue if your Game window is hidden during development. It must be shown for NGUI to work correctly.