Author Topic: [HELP]Camera needs to refresh to update the scene  (Read 3267 times)

tacticz03@gmail.co

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
[HELP]Camera needs to refresh to update the scene
« on: December 07, 2014, 07:53:15 AM »
Hi! I'm new with NGUI and I'm facing this problem.

I have this 2 panels, 1 for main menu and 1 for options/settings.
I can show the panels by using NGUITools.SetActive() functions and it works.
But it doesn't hide the panels. I just check and uncheck the camera in the camera tool to see and refresh the scene.
Also, I've put some animation for buttons and checkbox.

Please see the attached picture.

I need your help. Thanks

tacticz03@gmail.co

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Re: [HELP]Camera needs to refresh to update the scene
« Reply #1 on: December 09, 2014, 08:57:54 AM »
Problem is already solved.
The problem is that, the camera's clear flag is set to "Don't Clear".
Just change this  and it will be okay.