Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: tacticz03@gmail.co on December 07, 2014, 07:53:15 AM

Title: [HELP]Camera needs to refresh to update the scene
Post by: tacticz03@gmail.co 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
Title: Re: [HELP]Camera needs to refresh to update the scene
Post by: tacticz03@gmail.co 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.