Hello.
First of all, thanks for the great UI Framework you made.
I have a question about UITooltip.
Is there way to use UITooltip in the mobile devices? I implemented UITooltip properly with Unity3D 4.2.1,
and it worked in the Editor. BUt it doesn't in the real device. Then, i checked UICamera source code,
and I realized that there are no codes that send OnTooltip(true), but many for sending OnTooltip(false) for the mobile devices.
If it doesn't, do you have recommendations to implement that?
One more question is how to distinguish that tab with that button is pushed then released in the mobile devices?
I guess it's somewhat related with not having tooltip for the mobile devices..
Any clue would be appreciated.
Thanks
Danny