Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: krane on February 20, 2017, 09:15:02 AM

Title: gui object-- on pointer enter?
Post by: krane on February 20, 2017, 09:15:02 AM
I can't get ON POINTER ENTER to work at all on a U GUI object. can anyone advise what may be wrong? (I've got a 2d Box collider on the object, ugui proxy, etc.)
Title: Re: gui object-- on pointer enter?
Post by: jeanfabre on February 23, 2017, 07:35:26 AM
Hi,

 For this you need to have a special Physics2dRaycaster, else it won't work. Funny I just tweeted about this and it's the second post I find after that needs this trick :)

https://twitter.com/JeanAtPlayMaker/status/834713060459819008


 Bye,

 Jean