I've just started learning Unity, and I wanted to try to write a Snake.
Logic goes as follows:
- Head marks its spot
- Head moves
- Loop starts
-
- Child goes to marked spot
-
- Spot where child was gets marked
This should have made elements of the snake follow each other, however, it results in weird shapes: