Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARCameraManager and ARCameraOptions #13

Open
vungoc2009 opened this issue Jan 22, 2022 · 0 comments
Open

ARCameraManager and ARCameraOptions #13

vungoc2009 opened this issue Jan 22, 2022 · 0 comments

Comments

@vungoc2009
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant