fix readme

This commit is contained in:
ikpil 2023-03-17 01:50:59 +09:00
parent 06e6f53101
commit b869f50c2f
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# DotRecast # DotRecast
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#. 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 Unity3D and pure C#.
If you're using Unity 3D, the following projects have been modified to build with netstandard2.1: If you're using Unity3D, the following projects have been modified to build with netstandard2.1:
- DotRecast.Core - DotRecast.Core
- DotRecast.Recast - DotRecast.Recast
@ -11,4 +11,4 @@ If you're using Unity 3D, the following projects have been modified to build wit
- DotRecast.Detour.Extras - DotRecast.Detour.Extras
- DotRecast.Detour.TileCache - 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. Please feel free to copy and use these projects in Unity3D. We plan to continue improving them as time goes on.