Tutorial for https://github.com/unitycoder/UnityPo...
LAS files cannot be converted into V2 or V3 formats inside editor, need to use my external (free) converter from: https://github.com/unitycoder/PointCl...
0:00 - download and run my external las/laz converter tool
0:55 - select source file for import (and import format is LAS)
1:05 - set output file and format (into unity project StreamingAssets)
1:30 - disable scaling (since this cloud is already in meters)
1:40 - run converter
1:48 - load example scene for V2 viewer and adjust filename to load in viewer (our converted file)
2:20 - default viewer material assignment missing, assign it back: PointCloudColorSizeDX11v2
2:41 - enter playmode, viewer works (default point size is bit too small so adjust that)