I’ve been creating an application in Android Studio for some time and decided that I want to add Augmented Reality to my application. I created an AR project in Unity and exported the file as ADT and gradle, but cannot figure out how to import it into my existing project. All I found was importing it into a new project. If I cannot import it into my Android Studio project, can I somehow combine both projects?
source
share