I want to control RealityKit Animation with UISlider.
It’s working correctly with ARView’s cameraMode set to .ar and automaticallyConfigureSession to true.
But when setting cameraMode to .nonAR and automaticallyConfigureSession to false UISlider starts to lag and flicker.
I both cases ARView is rendering at 60 fps.
I don’t really understand what’s happening but I think ARView in nonAR mode is blocking main thread.
Is this a bug or am I missing something?