- Unity.Mathematics (for float4 arrays, install using Unity Package Manager)
- Attach the PointCloudRenderer component to a GameObject of your choosing in the scene
- Assign the included PointCloudMat material to 'Material' on the script
- Pass data into the publicly accessible fields on the PointCloudRenderer script to change what's visualized! The PointCloudData script provides an example for doing this.