This asset imports and exports the PCL file format .pcd in Unity.
Here's a demo of the point cloud viewer.
Documentation (English)
Documentation (Japanese)
Update History:
- 2020/08 First release.
Features:
- Can import and export .pcd files.
- Supports import by blocking functions and import by coroutine.
- Multi-platform support (StandAlone/WebGL/Android/iOS). (*1)
- Can import .pcd files as Mesh.
- Comes with a viewer that can be operated by mouse/swipe.
- All source code is included. .
*1: The file open dialog of the viewer is only supported by StandAlone/WebGL.