Library for generating convex decomposition for 3D meshes, written and supplied in .NET
dotnet restore
dotnet build --release
To use the Unity plugin, make sure to recurse submodules. If you haven't cloned yet:
$ git clone --recurse-submodules https://github.com/HiceS/SharpMesh
Otherwise:
$ git submodule update --init --recursive
Then read SharpMeshUnityPlugin/README.md
dotnet pack --configuration Release
dotnet nuget push "bin/Release/Particular.1.0.0.nupkg" --source "github"
We are using the MIT open source license with no modifications of original intentions, feel free to view the license in the LICENSE.md file.