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
No active UnityEngine.XR.ARSubsystems.XRParticipantSubsystem is available #486
Comments
|
As of 4.0.0-preview.3, ARFoundation now requires XR Management. See #484 (comment) |
I know about this, I have ARKit plugin activated, my AR is working. But I have an issue with XRParticipantSubsystem |
|
Looks like the CreateSubsystem<XRParticipantSubsystemDescriptor, XRParticipantSubsystem>(s_ParticipantSubsystemDescriptors, "ARKit-Participant");in |
Thx, it's OK now! |
I have the same four error-messages in my project and it works fine. Maybe the webcam isn't working for another reason? :) |
|
ARFoundation is only meant to be build on smartphones with either ARCore or ARKit. It's not working for pc webcams. Try Vuforia for your purpose :) See: [https://stackoverflow.com/questions/61633914/how-to-use-pc-webcam-for-ar-foundation-in-unity] |
|
Interesting, because in early 2020 it was able to access my webcam without issue. Good to know for future reference, thanks Adrian. |
|
Unity has never provided webcam support for AR Foundation, but it is possible for someone outside of Unity to implement support. Perhaps you had another plugin in your project that implemented webcam support for AR Foundation? |
|
Maybe, haha I'll have to access my old archived files to see if I still have the old project file. Thanks for clearing up the confusion. That said, is there anyway to clear those warnings? Also, sorry for calling you Tom, for some reason I read Tom instead of Tim. My apologies. |
|
There's a button to clear messages in the console, but there is no way to suppress the message if that is what you mean. |
|
Yeah I meant suppressing the warning's or if there might be a hot fix to just get rid of them besides clearing my console since that singular line of code above didn't work. Besides that you two have answered my questions. Thanks guys. |
|
To clarify: the warnings are telling you that AR isn't going to work because the current platform is not supported by any of the packages you currently have installed. It does not impact any other functionality, so other than unwanted log messages, there is nothing to "fix". Are you suggesting a change to this behavior? |
|
I have the same warnings any help please? |
|
Did anyone manage to fix it? when i run the application it immediatly closes when i grant acces to camera, i don't know if those warnings are the reason. |
That's probably unrelated. App closing unexpectedly could be a crash. Have you checked logcat? |
ARCore does not officially support 32 bit on 64 bit devices, and a crash is expected in this case. From https://developers.google.com/ar/64bit:
|



Hello!
I have an issue with AR CollaborationSession example. It worked fine on previous versions of ARFoundation/Unity, but now I can't get the ARParticipants' transforms (no prefab appears presenting the AR participant position).
The error message on the startup is:
I don't know what kind of a setting I need to look for.
Also I'm having spam of this message:
...and also having something like this:
However, the AR anchor works still fine.
Unity 2019.3.14f1, AR Foundation/ARKit 4.0 preview 3.
The text was updated successfully, but these errors were encountered: