Hey guys,
I have a layout and I want to split it to 6*6. On any touch start, an object should be created in one of this 36 cells that nearest the touch position.
I made it with placing 36 invisible sprites and when player touch the sprite, I spawn an object but I am looking for a better way to make it without using that much object.
I really appreciate if you guys give me any clue helps me to achive this.
Thank you!