Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: phamPhong on August 14, 2017, 01:04:31 AM
-
Hi everyone,
I'm new to ngui, today i need to work with ngui and discover a bug with texture mask in UI panel
(http://imgur.com/ciH1DQl)
As you can see, the picture some how was drawn outside the mask. Please help me how to fix it, many thanks.
-
sorry everyone, here the picture
(http://i.imgur.com/ciH1DQl.png)
-
That picture really doesn't tell me anything about your mask. Just do a simple test: Make a new scene, ALT+SHIFT+S to add a sprite, right click it to add a scroll view, change that scroll view to use a Texture Mask clipping type and assign some texture with an alpha mask. Make sure the texture is set to "Clamp" Wrap Mode. My guess is yours isn't.
-
Ah i see, many thanks, my texture wrap mode is still in repeat mode :)