How do I make a 4 by 4 grid

I’d like to make a 4x4 grid and have my game object move through all the 4 rows and 4 columns, how can I implement this?
grid

There are a lot of ways to think about grids depending on your specific goals with them.

Perhaps read through this tutorial as one way to handle grid based movement.

If this doesn’t solve your problem, perhaps the concepts in the article will be helpful :slight_smile:

Thank you, reading through now.

1 Like

Enjoy!