Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: ZachHoefler on December 10, 2013, 09:52:28 AM

Title: Does UIImageButton still work in 3.0.7?
Post by: ZachHoefler on December 10, 2013, 09:52:28 AM
Hiya!

I just upgraded my project from 3.0.2 to 3.0.7. My scene has a few UIImageButton objects in it, but they don't seem to be responding to mouse input anymore. That said, they did work up until I removed the old UIRoot object to replace it with the new panel-based one.

Do UIImageButtons still work, or are they deprecated? Is there something I need to change about them to update them?

Thanks!
Title: Re: Does UIImageButton still work in 3.0.7?
Post by: ZachHoefler on December 10, 2013, 10:18:08 AM
Ah! Figured it out. Layers got screwed up somewhere along the line of me upgrading everything. Getting everything in the UI back onto a separate NGUI layer fixed it. :)