On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thank you.

I create a grid with size m * n (I called it table), and then randomize the node position. In my case I only show node in each odd column. And then spawn the gameobject based on grid x and y. Then I find next or neighbour node based on the distance of current node with target neighbour and I draw the path.

(+1)

Cool, thanks for the details!

My pleasure.