Hey guys,
I am working on a isometric game and i kinda bumped into a "tap" issue.
My whole game is isometric with depth. Meaning that each block will be overlayed with another leaving only a tiny corner left as not overlayed.
These blocks are interactive and people should be able to select a single block. I am not sure how to code it this way that only the tapped block will be selected.
As for layering all of my rows are on seperate layers. All numbers and all blocks have the same number as the layer. Not sure if i can do something with that?
This is how it is build:
Any one here having suggestions?
Isometric is really breaking my brain here since there are so many overlaps.
What it actually should do, in simple terms is: When touch on Block do Action Deny all underlying objects.
Thanks in advance.