Unity-Technologies / arfoundation-demos

AR Foundation demo projects
Other
496 stars 130 forks source link

Android #42

Closed ManChrys closed 3 years ago

ManChrys commented 3 years ago

Hello and happy new year .

I want to use AR Foundation Demo — Onboarding UX simple AR on an app that i have built on android. Is this demo only for IOS?

Thanks in advance.

DanMillerDev commented 3 years ago

The demo works for iOS (ARkit) and Android (ARCore). The only demos / features restricted to iOS (ARKit) is the meshing placement since it uses the classification API on LiDAR enabled devices and the camera grain shader since it uses the camera grain rendering feature only available in ARKit.

ManChrys commented 3 years ago

Hello,

i have 2 questions.

1)On ArSession there is a script which called AR Kit Overcoaching Overlay. And on ScreenSpaceUI, on AUX Animation Manager (script) there is Coaching overlay where you place the previous AR Kit Overcoaching Overlay. This is for IOS right ? So i dont have to use it for Arcore

1 2

2)when im running the app my AR Camera doesnt work because i have black screen and keep saying "wait for tracking to begin"

3

Sorry for my noob questions but im new on AR and unity generally.

Thanks in advance.