Point Cloud Viewer : Convert LAS to V1 unity viewer format

Опубликовано: 25 Март 2026
на канале: UnityCoder
390
2

Tutorial for https://github.com/unitycoder/UnityPo...
LAS files can be converted inside editor, but only for V1 format (.bin). *V2 is faster format, and V3 is tiled format for large clouds.

0:00 - copy point cloud file inside project
0:13 - start converter tool
0:33 - set export folder (StreamingAssets)
0:55 - load example scene and change filename to our converted cloud file
1:34 - enter playmode, test viewer (but converter scaling was set to too small)
1:43 - convert cloud again, disable scaling multiplier
2:07 - enter playmode, test viewer (works, default pointsize was bit small in material, then adjust that)