Author Topic: button collisions not working  (Read 3181 times)

jacksmash

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
button collisions not working
« on: March 12, 2013, 09:21:10 AM »
I have to admit that I don't know what I've done here, but none of the buttons in my scene are registering click events.

I have a simple bar at the top of the scene with a back button on it. The button has a collider on it. It's on the NGUI layer and is being drawn properly. It has the UIButton script attached to it. The size of the collider is a bit larger than the button.

Anyways, I'm sure I'm just missing something simple... but appreciate any suggestions.

jacksmash

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
Re: button collisions not working
« Reply #1 on: March 12, 2013, 09:25:29 AM »
I found that I had the event receiver mask set incorrectly on the UICamera. All good now.