The only info I’ve been able to find about making just part of an image hittable is to create a mask for the hit area and apply the mask to the object. The problem with this method is that it then masks the rest of the image from view. I need ALL of the image to show, but only PART of the image to be touchable.
Can that be done?
I don’t want to break it into multiple images. Essentially I need the shadow behind the button in the image to show but not be touchable/react to touch. If I have to break the shadows out of all of the buttons it will literally double the amount of work as well as double the amount of images, memory, etc etc.
I can’t imagine there isn’t a way to make a portion of an image receive touch without having to mask out the rest of the image and not have it show. But I couldn’t find any info anywhere. Something like a basic image map in html.