Hello Developers!
I need help understanding pathfinding services. Links, videos. Things like action path, waypoint, createpath. Thank You!
Hello Developers!
I need help understanding pathfinding services. Links, videos. Things like action path, waypoint, createpath. Thank You!
I just found This article on it very helpful. If you have any questions on it I can explain it to you. Basically, you create a path using two parameters, the starting position and the end position. Then you get the waypoints of that path, and you loop through all of the waypoints and move the character to each waypoint 1 by 1.