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.