UnityMeshImporter icon indicating copy to clipboard operation
UnityMeshImporter copied to clipboard

OSX Unity editor library load and support for mesh in quads.

Open repalash opened this issue 5 years ago • 0 comments

I have made some minor changes. You can consider merging to the library. The Assimp library was trying to load libassimp.dylib on OSX editor instead of .bundle. This was done in AssimpUnity.cs but the code was never being called. I fixed that issue and added some #defines fix compile errors that I was getting on some platforms. I also made a small change in MeshImporter.cs to load quads in the mesh as 2 triangles.

Tested with Unity 2019.4.0f1 [OSX 10.14.6]

repalash avatar Oct 07 '20 12:10 repalash