Unity-Technologies / uaal-example

Other
736 stars 234 forks source link

Adding Unity as a library to an android app with existing ARCore native functionality. #31

Open pratyooshp3 opened 3 years ago

pratyooshp3 commented 3 years ago

I have an existing native Android AR application, that uses ARCore + Android Studio. I am trying to add a unity experience in this application using ARCore XR Plugins. I am having conflicts since I have two instances of ARCore. How to handle this use-case?

I would greatly appreciate it if someone can help me out.

moheydy commented 3 years ago

you must remove (i don't remember which one but it about arcore) implementation of module:unitylibrary in android studio and migrate to android x

moheydy commented 3 years ago

and you need at least gradle-5.6.4