Requires Unity 5.2.2 or higher. The A* Pathfinding Project is a powerful and easy to use pathfinding system for Unity. With blazing fast pathfinding your AIs will be able to find the player in complex mazes in no time at all. Perfect for TD, FPS and RTS games. Take a look at what's new in the 4.0 update! Features: Grid, navmesh and point graphs, so you've got 3 types of graphs included. Automatic navmesh generation to save you from doing it manually. Fully multithreaded so it will barely affect the frame rate. Path post-processing using raycasting, smoothing and using the funnel algorithm. A single line of code for a pathfinding call. Graphs can be saved to files. Local Avoidance both in the XZ and XY plane. Source code included. Supports updating graphs during runtime. Includes a total of 16 example scenes to help you get started. Also a comprehensive online documentation where almost all functions and variables are documented.
2021-11-03 20:22:42 5.51MB Unity插件 自动寻路 A* A
1
居于three.js+vue的算法避障寻路示例,A*算法,深度优先,广度优先搜索
2021-11-01 16:06:54 3.56MB three.js webgl vue A*算法
Python3.x版的A*寻路算法,实现了基本的A*算法,可以显示寻路图,测试运行pathFinder.py,输入地图文件a_map.txt,起点7,0 终点7,9
2021-10-31 17:22:42 3KB A* 寻路
1
unity寻路插件在此大家准备的是Unity a*寻路插件,即为a pathfinding project pro.unitypackage是在unity游戏制作中经常使用到的自动寻路算法插件,实现了最短路径寻路效果,使得游戏角色能够快速的寻找到目标地点,增加的游戏角色的智能效果。
2021-10-31 06:38:11 49B A Pathfindin unity寻路 插件
1
您如何以计算效率高的方式找到从一个点到另一个点的最短路径? A* 算法提供了一种实现,其中除局部权重外,到目标的距离被视为启发式算法,并且无需组合复杂性即可恢复最佳路径。
2021-10-29 20:31:41 28KB matlab
1
要使用 A* ,必须包含所有元素 ---- 尤其是 open list , close list 和路径代价 G , H 和 F 。也有很多其他的寻路算法,这些算法并不是 A* 算法, A* 被认为是最好的
2021-10-29 18:21:15 39KB AxingA
1
导航,显示引导线和距离,可根据需要决定是否开启导航
2021-10-19 16:06:04 166.98MB untiy 寻路
1
《算法 小灰》 快看完了。最近学到A星寻路算法,觉得颇有意思,于是百度Google,花了2天时间捣鼓出一个基于Swing的可视化迷宫生成和寻路demo。在此做个记录~ 小demo使用的迷宫生成算法是DFS,寻路用的A星。这样以来,生成的迷宫任意2个格子之间都可达,且走出迷宫的最短路径是唯一的。 参考链接: Swing快速入门教程 迷宫生成算法 最终效果: 使用了exe4j将jar包生成为exe可执行文件, 下载链接:https://download.csdn.net/download/vcj1009784814/12162770 源码链接:https://github.com/yogurtz
2021-10-14 21:12:14 73KB demo em IN
1
Unity AI寻路插件
2021-10-14 13:08:35 5.03MB unity
1
你有没有看到我的 A* 演示( http://www.mathworks.com/matlabcentral/fileexchange/26723-demonstration-of-astar-a ),但仍然想要更多? 现在您可以拥有它,如果您现在下载,您还将收到另外两种寻路方法:Dijkstra 算法和贪婪最佳优先。 此外,在主脚本 (demoall.m) 中,您可以更改字段的大小、墙壁的百分比以及用于计算启发式的距离度量。 此外,在这段有限的时间内,您可以通过编辑 initialeField 脚本来更改影响地图的初始化方式!
2021-10-10 23:31:55 20KB matlab
1