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

ARSubsystemManager Removed #11

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

ARSubsystemManager Removed #11

vungoc2009 opened this issue Jan 22, 2022 · 0 comments

Comments

@vungoc2009
Copy link
Collaborator

The ARSubsystemManager has been removed in 2.0. It was previously a singleton which provided access to each of the "subsystems" (the low-level interface to the AR platform). However, some subsystems were also simultaneously managed by a MonoBehavior, e.g., ARPlaneManager.

The led to confusion about which object to interact with or subscribe to. Now, each "subsystem" has a manager component which not only provides access to that subsystem, but also manages its lifetime.

If you previously used the ARSubsystemManager, look for similar functionality on one of the managers:

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