HowTo: Dynamic Grid in Unity (C#)

A HowTo tutorial on how to make a grid adjustable. You can adjust its size, row, cols, and position. The cells are made at run time and uses grid as parent, so whenever you move the grid you also basically moves the cells too.


The source code: github

Comments

Popular Posts