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 - armanigt

Pages: [1]
1
NGUI 3 Support / Re: UIInput Submit Button Deletes Last Character
« on: July 06, 2015, 10:13:52 PM »
I'm having the exact same issue. It's definitely only popped up the moment I upgraded to NGUI 3.9.

2
NGUI 3 Support / Re: UITextures becoming UISprites?
« on: January 27, 2015, 11:15:45 PM »
Hi -

This behavior is causing me a great deal of pain - if there's any way to disable it I would be very greatful.

Here's why:

I have an application that uses UITextures to dynamically render textures that are provided by the user at run time, such as photo-album pics. However, before those textures are loaded, I have a default texture that is shown. I also have a lot of sprites in my atlas. So any time I go to update my atlas, some of my UITextures (amazingly not all) get changed into UISprites, and the connection to the public UITexture ** variables in my classes get broken.

The project is pretty far along so changing textures might be time expensive.

So . . . is there any way to disable this feature?


Pages: [1]