I'm trying to mix RealityView into my iOS app. Basically, I have a home screen which is partial a RealityView along with a bunch of other things like ScrollView and buttons, the RealityView scrolls with the ScrollView.
Upon triggering some action, the app will navigate (push) to a detail view, which has another RealityView that render something else.
In the Simulator, the second RealityView is going to be very choppy and basically unusable, but on a real iPhone everything looks great.
Is this a known simulator issue or I did something bad?