DotRecastNetSim/README.md

15 lines
548 B
Markdown
Raw Normal View History

2023-03-14 08:27:52 +03:00
# DotRecast
2023-03-16 19:09:10 +03:00
DotRecast is a port of recast4j(https://github.com/ppiastucki/recast4j) to C# and has been built to target netstandard2.1 to work with both Unity and pure C#.
If you're using Unity 3D, the following projects have been modified to build with netstandard2.1:
- DotRecast.Core
- DotRecast.Recast
- DotRecast.Detour
- DotRecast.Detour.Crowd
- DotRecast.Detour.Dynamic
- DotRecast.Detour.Extras
- DotRecast.Detour.TileCache
Please feel free to copy and use these projects in Unity 3D. We plan to continue improving them as time goes on.