Can't get mesh name

Issue #18 invalid
Former user created an issue

The mesh name returns nothing, while the name is obtainable in Assimp in C++.

Comments (2)

  1. Nicholas Woodfield repo owner

    Need more information, such as what version of the library + a file you tried to load.

    Are you using a version of the native assimp library that is greater than 3.1.1? If so, the managed library needed updating (which I have done - it now targets the native 4.1.0 release). Quite possibly the mesh name was empty because of memory mis-alignment if you're using a different native library version than the one we explicitly target.

  2. Log in to comment