How To Detect UI Panel Whether Touched or Not ?

Hi, I’m making an Android game. I have a UI Panel. I want to detect when my player touched the panel, it do something. How to do that ? Please explain me clearly… I have no experience in Touch.

You can use an Event Trigger or the IPointerDown/Up/Click interfaces, as a couple of options.

Thanks, It’s worked!!