Import a Unity3D project into an existing Android studio project

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?

+4
source share

Source: https://habr.com/ru/post/1669115/


All Articles