Author Topic: Example #7 doesn't work consistently....  (Read 2174 times)

jerotas

  • Guest
Example #7 doesn't work consistently....
« 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."
« Last Edit: November 10, 2012, 12:08:49 AM by jerotas »

jerotas

  • Guest
Re: Example #7 doesn't work consistently....
« Reply #1 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.