Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: jerotas on November 09, 2012, 11:45:15 PM

Title: Example #7 doesn't work consistently....
Post by: jerotas on November 09, 2012, 11:45:15 PM
I just upgraded 2 different projects I have NGUI in, to the newest NGUI version. In one of them (a mostly empty project), example 7 (draggable panel) works fine. In the other project, when I press play on example 7, dragging has no visible response. And I have no script errors. Any idea how this could happen? All the other scenes I made with NGUI are working fine....

Actually, examples 6 & 8 aren't working either. I do get the following message when pressing Stop:

"Scene is being destroyed while there are hidden renderers that are using it. This is likely an editor script creating objects with hideFlags and leaving them enabled."
Title: Re: Example #7 doesn't work consistently....
Post by: jerotas on November 10, 2012, 12:27:56 AM
Nevermind, I found the problem. It's because I had "raycasts hit triggers" unchecked on the project's physics settings.