Hello,
I am kinda stuck (again .. ><), I'm doing a board game and I'm stuck about the pieces' deplacements.
Take a look at this. ( I think you gonna need to open it in full tab)
On the left you can see the board, ready and prepared for a game. And on the right how it works, so you need to tap the piece you want to move and click on the case it needs to go (both are already scripted and works).
Now the problem become from the rules, the piece can move from 1 to 1 case and only in 4 directions.
So I have to create an highlight on neighboor cases so I can tap on it to move the piece. The problem is, I don't know how to create this part, I have already thinking about creating a collision box with a collision box that goes on the other cases, but the problem is I have exceptions (like the cases with no symbols, a piece can't go back in it after exiting) so generate all of them might be rought and long. Same for creating the special collider for the box, kinda ugly x). Like all the solution itself.
So if anyone of you knows a proper solution, or if there isn't (which I clearly doubt since i'm far to be a genius x) ) just tell me.
Regards.