How do I turn off the projected ‘dots’ in the AR demos? (middle image in attached). Is this a representation of the LiDAR resolution or? Just need to disable it.
That is a texture assigned to the material on the ARPlane prefabs that are spawned. You can simply disable the MeshRenderer on the ARPlane prefab or create another material and assign (or not assign) a texture to it and then use that for the ARPlane prefab.
1 Like
Thanks Dan.
