Hi there,
I'm experiencing a VERY strange issue with clipping.
I've got a UIPanel that uses NGUITools.AddChild to add prefabs to make a list. The list can scroll revealing further prefabs that are not visible during clipping.
This at one point worked perfectly. I wanted to make some positional adjustments to one of the elements in the prefab (just moving a sprite to the left a bit)... but once I "applied" the change to the prefab, the prefabs stopped being clipped by the UIPanel (I've tried all the different clipping options, none of them work).
When I revert (we're using Asset Server) to the previous version of the prefab and it works again.
I did some exploration and it wasn't the positioning that was causing the issue. It was the "apply" that broken the clipping on the prefab.
The way that I'm editing the prefab is to drop it in the scene and then hit "apply." I thought that it might be changing the transform or something so I also tried making sure that the transform values were the same as the prefabs (zero'd out actually).
Does anyone have any idea why this is happening/how to fix it?
Thanks in advance.