Description of the issue:
I am a beginner of Lightship ARDK. I can use the official example to save the meshing data on Android phone. I want to make a mock enviroment based on this meshing data.
Q: How to convert the meshing data(.bin) to OBJ/any other 3d object by myself?
Idk if this is the recommended way by Lightship, but you can load in the .bin with the Mock Mesh in Unity.
If you install the FBX exporter package in the package manager you can click the mesh and click export to FBX
.bin files can be directly imported to Unity Editor without converting to any other format(s). Import meshes into the Unity section of Advanced Tutorial: Meshes in the Unity Editor describes in detail.