Hey,
I have trouble with AR Session, XR Session Origin and its Camera when loading new Scenes.
During runtime, I keep a separate scene (call it ARSupport) with these Objects loaded, and I can load additional Scenes fine. The problem is, however, when I unload any other scene than ARSupport, even when it has no relation to it, the camera goes black. I can still see my canvas UI, but the output of the camera is only black. This is present both in XR Simulation and on Android… I am at a loss at what to do.
I am using:
- Unity Editor 2022.3.13f1
- ARFoundation 5.1.1
Any help is much appreciated.