From b869f50c2ff4f74874dd42ba14a3489cfddca309 Mon Sep 17 00:00:00 2001 From: ikpil Date: Fri, 17 Mar 2023 01:50:59 +0900 Subject: [PATCH] fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3de012..2baaab2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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.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.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.