BMeshUnity
BMeshUnity copied to clipboard
Load mesh file runtime
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?
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.