Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - advanches

Pages: [1]
1
I managed to fixed my problem by changing the UITexture.mainTexture inside the Update function instead of the drag event handler.

Cheers.


2
Hi, Aren.

I'm using version 3.5.8.
What happens is that you can see the UITexture flashing as it disappears and reappears very quickly when it changes the texture.

Unfortunately calling Refresh() on the panel didn't solve the issue.

Thanks for your help.

3
NGUI 3 Support / Changing UITexture.mainTexture causes flickering
« on: May 01, 2014, 06:11:28 AM »
Hi all. :D

I need to swap some textures on a UITexture as the user drags their finger on the screen.
But using UITexture.maintexture causes the widget to flicker.
Tried using a GUITexture instead and it has no problems.

I appreciate your help.
Thanks.

Pages: [1]