Hello
Although the documentation says PointLight is available for visionos (https://developer.apple.com/documentation/realitykit/pointlight) It doesn't work when I try to add a light
let light = DirectionalLight()
throws error : 'DirectionalLight' is unavailable in xrOS
Will lights be available later in visionOS RealityKit?