Metal Compositor Service & Persona (VisionOS)

Hello,

I'm currently trying to make a collaborative app. But it just works only on Reality View, when I tried to use Compositor Layer like below, the personas disappeared.


ImmersiveSpace(id: "ImmersiveSpace-Metal") {
            CompositorLayer(configuration: MetalLayerConfiguration()) { layerRenderer in
                SpatialRenderer_InitAndRun(layerRenderer)
            }
}

Is there any potential solution too see Personas in Metal view?

Thanks in advance!

Metal Compositor Service & Persona (VisionOS)
 
 
Q