You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ARCameraManager enables the XRCameraSubsystem; without it, you will not be able to use background rendering or obtain light estimation information. This component should be placed on a Unity Camera, usually on the same one that is parented to the ARSessionOrigin and performs background rendering.
The ARCameraBackground now requires an ARCameraManager component.
The options that were previously on the ARCameraOptions component, like focus mode and light estimation mode, are now on the ARCameraManager. The ARCameraOptions no longer exists.
The text was updated successfully, but these errors were encountered:
The ARCameraManager enables the XRCameraSubsystem; without it, you will not be able to use background rendering or obtain light estimation information. This component should be placed on a Unity Camera, usually on the same one that is parented to the ARSessionOrigin and performs background rendering.
The ARCameraBackground now requires an ARCameraManager component.
The options that were previously on the ARCameraOptions component, like focus mode and light estimation mode, are now on the ARCameraManager. The ARCameraOptions no longer exists.
The text was updated successfully, but these errors were encountered: