I'm a little new to unity and I'm unsure how to do this:
I've added a panel control to my app. I want to call a function on a script when the user touches the panel, and I want to receive the location of the touch in panel coordinates. None of the components seem to be able to do this. Maybe I have to write a bunch of raw code to watch all touches, do collision checks, etc?