-
Notifications
You must be signed in to change notification settings - Fork 212
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
AR Camera not working #1621
Comments
You only need to import Mapbox SDK with MapboxAR. The SDK will automatically import GoogleARCore and UnityARInterface. Try to import only SDK without importing ARFoundation and ARCore from Unity Package Manager. |
I think we're getting the same issue. Still trying to repro it on multiple devices - but did you get anywhere with this? Did you fix it? |
there are ARCORE errors on scripts if you JUST install the unity package (using 2019.4)
|
@asheemmamoowala I don't know much about AR but I think you might need to install ArFoundation package from PackageManager to fix that error. Our SDK AR doesn't use ArFoundation but since Unity moved some classes from core to that package, sdk isn't able to find those files. |
Anyone solve this issue? I have been following this link [https://github.com//issues/1459] it helped me solve the errors but AR camera isn't working on Android |
Problem fixed here : https://youtu.be/c6Zbqm5Fys8 |
Note: If this is a bug or support ticket, please provide the following information:
Hi, I'm trying to run the AR examples from the mapbox sdk, but the camera stays black (or blue, it depends of the examle).
I've installed ARCore and ARFoundation.
What can I do to make it work ?
Thanks
The text was updated successfully, but these errors were encountered: