I’m working on a 2D grid game and I’m curious on how to check what “cube color” is in a grid slot and if it’s touching another cube of the same color next to that slot?
I’m trying to see if four of the same colors are connected side by side with in the grid.
I should mention that I can’t use collision or anything that uses a collider.