Runtime mesh import example for Unity.
Update: Tested on Linux, macOS and Windows.
The following dependency is already included in the project.
The following dependency is imported as Unity package via Packages/manifest.json.
Note that UnityMeshImporter uses C# .NET wrapper for the Assimp, AssimpNet
This project has .obj and .dae (collada) mesh examples in Examples
directory.
UnityMeshImporter uses Unity Standard shader. Standard shader is added to Project Settings > Graphics > Built-in Shader Settings > Always Included Shaders
.