Author Topic: Does UIImageButton still work in 3.0.7?  (Read 3486 times)

ZachHoefler

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 13
    • View Profile
Does UIImageButton still work in 3.0.7?
« 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!

ZachHoefler

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 13
    • View Profile
Re: Does UIImageButton still work in 3.0.7?
« Reply #1 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. :)