Skip to content

Commit f67e4a4

Browse files
committed
add DotRecast in AI section
- https://github.com/ikpil/DotRecast DotRecast is a port of Recast & Detour, a navigation mesh toolset for games, to the C# language. It is useful for game developers who want to use C# servers, C# projects, or Unity3D for their games. DotRecast allows you to generate and use navigation meshes for pathfinding and spatial reasoning in your game world. You can also customize the navmesh generation and runtime navigation systems to suit your specific game’s needs.
1 parent 8a374e4 commit f67e4a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ A categorized collection of awesome Unity open source on GitHub.
115115
- [Asset](#Other-Asset)
116116
- [Excel](#Excel)
117117
- [Git](#Git)
118+
- [AI](#AI)
118119
- [Sample Project](#Sample-Project)
119120

120121
# Shader
@@ -1293,6 +1294,10 @@ A categorized collection of awesome Unity open source on GitHub.
12931294

12941295
- [Teleport](https://github.com/debox-dev/Teleport) - A fast, lightweight, pure C# Unity realtime-game-networking framework
12951296

1297+
## AI
1298+
1299+
- [DotRecast](https://github.com/ikpil/Dotrecast) - A port of Recast & Detour, navigation mesh toolset for games, Unity3D, servers, C#
1300+
12961301
## Sample Project
12971302

12981303
- [UnityBubbleGame](https://github.com/superzhan/UnityBubbleGame) - BubbleGame

0 commit comments

Comments
 (0)