On macOS 13 Beta with Xcode Beta 4, I'm unable to use the ARView Rendering options described in the documentation:
They simply don't exist on the ARView class. How can we disable rendering effects on macOS? A simple cube uses 1GB of memory which is a bit ridiculous.
Furthermore, there should be a way to control the frame rate of the view. It's forced to 120hz on my Macbook which is way overkill.
When reverse engineering RealityKit, I can see that there is a variable there:
RealityKit.ARView.__preferredFrameRate.getter : Swift.Float
But it's private. Any plans to make this a public setting?