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
《算法 小灰》 快看完了。最近学到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
A算法,适合塔防游戏、自动寻路游戏 学习A算法
2021-08-31 13:45:59 700KB A算法
1
自动寻路插件SimplePath附带教程自动寻路插件SimplePath附带教程自动寻路插件SimplePath附带教程
2021-08-20 13:55:39 1.68MB 自动寻路插件
1
C语言彩色贪吃蛇有源码哦,可以加速,减速暂停,还有无敌模式(自动寻路)(开启后有背景音乐)适合新手练习,使用了图形函数库
2021-07-09 22:08:16 61.27MB c语言 程序设计 游戏 贪吃蛇
1
使用CocosCreator实现A星自动寻路逻辑,点击屏幕的可行点后,即出现自动寻路的路径。
2021-07-09 15:33:16 661KB A星 自动寻路 CocosCreator
1
CocosCreator A*自动寻路,使用js实现的,可以点击地图寻路,并实现了中途转变终点位置的cocos项目
2021-07-01 00:34:05 696KB js A*自动寻路 CocosCreator
1
全自动贪吃蛇,食物会逃跑,蛇会追踪食物,编译环境VC++6.0。
2021-06-28 16:15:51 5KB 贪吃蛇 A星寻路
1
小健原创代码,Unity3D自动寻路塔防A*算法源码,自己写的,为了走路圆滑使用 iTween.cs。
2021-06-17 01:39:12 23.52MB Unity、C#
1
蛮牛论坛:http://m.manew.com/thread-14549-1-1.html 1、A键_刷新地形路线 2、鼠标左键_设置开始点 3、鼠标右键_设置结束点 4、空格键_运算寻路
2021-06-17 01:24:38 4.09MB Unity3 A-Star A*算法 适合塔防游戏
1