is it possible to load a 3D model in Unity using Assimp? When i search for code samples with Assimp, i only find c++ samples using Virtual Studio. I can load 3D Models with AssimpNET version 3.0 ( c# wrapper) with c# code, but my goal is to use the Assimp64.dll and not the AssimpNET.dll.
thanks :)