BMeshUnity icon indicating copy to clipboard operation
BMeshUnity copied to clipboard

Load mesh file runtime

Open csyhping opened this issue 4 years ago • 1 comments

Hi @eliemichel, thanks for you excellent work! May I ask does BMesh support loading a mesh file(like .obj) in runtime? Or how can I achieve this with BMesh?

csyhping avatar Mar 29 '21 07:03 csyhping

You can use BMesh at runtime for sure, but it includes no OBJ importer at the moment. This is an interesting suggestion though, you may build something based on this ObjImporter: http://wiki.unity3d.com/index.php?title=ObjImporter

Feel free to share if you do so I could include it in the repo, and if you're having trouble we can troubleshot it together.

eliemichel avatar Mar 30 '21 22:03 eliemichel