Hi,
I recently had a problem with "off-screen" elements on soft-clipped UIPanels (
http://www.tasharen.com/forum/index.php?topic=10778.msg50703).
Now I've got another problem of the same topic...
My setup (see attached images):
- NGUI 3.6.9 and Unity 4.5.2.
- a GameObject that can be moved horizontally off screen (with a UISprite-GameObject as Background)
- a clipped UIPanel containing a draggable list, added to the movable GameObject.
- list elements consist of a background GO and a label GO
- the UIPanel has to be clipped to mask longer lists.
The problem:
As soon as the list/UIPanel partially moves off screen, the list elements start to disappear randomly.
Some dissapear completely, some only loose their background-sprite or the label (see 3rd image).
When i set the UIPanel Clipping to "none", everything is fine. However I need clipping to mask the list...
Can anyone help?