I have a sprite that has 50 squares with 1-50 in each square. I want to be able to move a game piece on each square and update my player score. I am at a loss how to make the update when 2 sprites have to touch. Does anyone have an idea or a tutorial I can watch?
I followed your advice and created a collider. From what I am seeing the collider is suppose to surround the object in the game view. I cannot find where the collider is on the screen, I have tried to move it and make it show up, but it will not display at all. I tried to delete and recreate it. I have tried everything I can think of to make it display, and nothing seems to work.