Assimp(Open Asset Import Library) for .NETのライブラリ調査

本家
本家が紹介しているUnity向けは TriLib 2で有料(OSSから有料に飛ばすのはどうかと思う)
本家で紹介されている.NET向け
Unity Users
There existed support for a Unity plugin, however, it is currently in a non-functional state. Pull requests to restore this support would be welcomed!
Unityは動かないらしい

以下有志?の.NET向けライブラリ
派生元は以下
Unity Users
A Unity plugin is inherited from Starnick but this is not our focus so we recommend that you use the original.
Unityはダメそう

これも有志のfork版 for Unity.ただし最終更新が4年前
fork元
同じ人が別のリポジトリで出している

MeshImporterという名前のライブラリ(最終更新が5年前)
fork元

.NET向けのfork
fork元
Unity Users
With the release of version 4.1.0, a Unity plugin replicating the NuGet package is outputted to the build folder. You can simply drag and drop the contents into your Unity project. The plugin utilizes a runtime initiliazation script to ensure the native binaries are loaded when running in editor or standalone.
普通に書いてあるだけでサポートしてなかった