Closed5

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

ayousanzayousanz

本家
https://github.com/assimp/assimp

本家が紹介しているUnity向けは TriLib 2で有料(OSSから有料に飛ばすのはどうかと思う)
https://ricardoreis.net/trilib-2/

本家で紹介されている.NET向け
https://github.com/Saalvage/AssimpNetter

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は動かないらしい

ayousanzayousanz

.NET向けのfork
https://github.com/frdhog/assimpnet

fork元
https://bitbucket.org/Starnick/assimpnet/src/master/

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.

普通に書いてあるだけでサポートしてなかった

このスクラップは2025/01/23にクローズされました