I'm having a little trouble with having more than one UIButtonMessage on a single button.
I have a button that should trigger a "down" animation OnPress and a "up" animation OnRelease, but having two UIButtonMessage scripts on the button, causes only the oldest script added to the GameObject to be called.
I tried removing one of them, and adding the other again, and it called the other one.
Can't more than one script pick up on the OnPress call?