From 50e5532f54b941a3d7ac949ba7ce867410acdaad Mon Sep 17 00:00:00 2001 From: ikpil Date: Thu, 23 Mar 2023 00:35:46 +0900 Subject: [PATCH] image --- README.md | 2 ++ .../DotRecast.Recast.Demo/screenshot.png | Bin 2 files changed, 2 insertions(+) rename DotRecast.png => src/DotRecast.Recast.Demo/screenshot.png (100%) diff --git a/README.md b/README.md index 2baaab2..052f5c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # DotRecast +![DotRecast of a navmesh baked with the sample program](/DotRecast.Recast.Demo/screenshot.png?raw=true) + 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 Unity3D, the following projects have been modified to build with netstandard2.1: diff --git a/DotRecast.png b/src/DotRecast.Recast.Demo/screenshot.png similarity index 100% rename from DotRecast.png rename to src/DotRecast.Recast.Demo/screenshot.png