5

I have been creating an app in Android Studio for a while and decided that I wanted to add Augmented Reality to my app. I created an AR project in Unity and exported the file as an ADT and gradle but cannot figure out how to import it into my existing project. Everything that I found was importing it into a new project. If I cannot import it into my Android Studio project then can I somehow merge both projects?

Juan Sierra
  • 261
  • 2
  • 13

1 Answers1

-1

You can import your Unity (android build) as a library into another android app. And then call the UnityPlayer Activity inside.

Tutorial Here

Kashif Siddiqui
  • 1,476
  • 14
  • 26