Notice I said ‘intersecting’ and not colliding.
I need collision ‘turned off’ so that the 2 game objects don’t ‘repel’ each other.
Anyways I need to somehow determine
- if another Game Object is intersecting with the current Game Object.
and - retrieve the name of the intersecting game Object if there is one.
This is for a tile based board game. I need to detect when a game piece is ‘over’ or ‘intersects’ with any given tile.
Any feedback appreciated!