Hey guys. I’m trying to make Board game movement like in the game Dokapon Kingdom. I was wondering if it would be better for it to based on some sort of navigation or would it be better for it to remember the points you select in a list and then goes to each one in order?
I would think storing the position in an array like u said is the best choice. Should work out nice with a little lerp from pos to pos.
Thanks for the feedback, I will try using the array method.