2d grid movement: clicking anywhere inside a cell and moving the character that point

Photographs of code are not a thing. If you post a code snippet, ALWAYS USE CODE TAGS:

How to use code tags: Using code tags properly

Your transform setting happens in one frame, so that’s what it does.

You can see an example of grid movement here:

It uses keystrokes to move one cell at a time but if you put your click input cell into the CellPosition it will just work.

1 Like