Преглед изворни кода

feat:提供Linux版本的寻路库 (#228)

寻路库构建与服务器部署教程:https://www.lfzxb.top/recastnavigation-and-et-to-linux/
NKG丶MadLife пре 4 година
родитељ
комит
a1342297bb
2 измењених фајлова са 4 додато и 0 уклоњено
  1. BIN
      Libs/RecastNavMesh/libRecastNavDll.so
  2. 4 0
      Server/ThirdParty/Server.ThirdParty.csproj

BIN
Libs/RecastNavMesh/libRecastNavDll.so


+ 4 - 0
Server/ThirdParty/Server.ThirdParty.csproj

@@ -33,6 +33,10 @@
       <Content Include="..\..\Libs\RecastNavMesh\RecastNavDll.dll">
         <Link>RecastNavDll.dll</Link>
         <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+      </Content>
+	  <Content Include="..\..\Libs\RecastNavMesh\libRecastNavDll.so">
+        <Link>libRecastNavDll.so</Link>
+        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       </Content>
       <Content Include="..\..\Unity\Assets\Plugins\MacOS\libkcp.dylib">
         <Link>libkcp.dylib</Link>