Hello,
is it possible to take a screenshot of the whole immersive view, including or excluding SwiftUI components? ARView has a snapshot
method for this, but it seems there's no equivalent for RealityView.
I've tried to use ImageRenderer
on a parent of RealityView, but I'm only getting plain white bitmap so far.
Thanks in advance,
Rlu