Quick Path - AI Pathfinding - RELEASED

Quick Path is now available on the Asset store.

1486094--82663--$StandAlone3DExample.png

Quick Path in the Asset Store
Quick Path User Guide

  • Contains basic AI behaviours such as Chase, Patrol and Follow Mouse.
  • Has a dynamically created grid which can change run-time.
  • Quick and fast A* pathfinding algorithm for optimal paths through the grid.
  • Also has functionality for user generated Way Points if you prefer to personally define your grid.
  • Priced cheaper than most comparative products.

Hi,

It his possible to add, move or remove a waypoint in runtime?

Hi
Firstly sorry for the delayed response.
Second, there’s currently an update to QuickPath pending review by Unity, which will allow for the removing and adding of waypoints in runtime, along with a list of other cool features, like autonoumous waypoints automatically scanning with raycasts for connections to other waypoints and even linking into grids if so desired.
The update should be approved within 7 days.

When its out, anyone who owns an older version of QuickPath should get a notification in Unity to update.

In short, yes you can add and remove waypoints in runtime.

Thanks for the reply.

Hi Alekhine, I have recently purchased Quick Path and I am amazed with what it can do. It is an awesome and simple to use system, thank you. I have been trying to work out how to dynamically remove/disable waypoints via script but I cannot get it to work. When I disable the qpNodeScript at runtime the path to and from the waypoint is still there, and if I try to move a waypoint at runtime the original paths stay and new ones are created.


I don’t really want to completely delete the waypoint at runtime, I simply want to disable it and re-enable it under certain conditions. How can this be done?

Hi Hamesh
I’ve spoken with you via email, and we’ve solved this issue, but I just want to inform whoever else encounters this.

I send Hamesh a patch in which this action of enabling/disabling waypoints in runtime is supported.
This patch is included in the upcoming version of QuickPath.

Hi Alekhine,

I have purchased quick path also, thanks your quick path system. I want to disable the waypoint when a object block the way, and re-enable the way when the gate open at runtime automatically, it this possible do that, how can I do?

Hi Alekhine,

This is what I want to do at below, is it possible to do at runtime? Thanks (this is two of run-time to show you what I want to do)


while the gate was closed, it would block the way

While the gate was opened, it would re-connect the way