빌드 파이프라인에 더 많은 제어가 필요한 경우 Unity 프로젝트를 Gradle 프로젝트로 익스포트하고 이를 Android Studio로 임포트할 수 있습니다. 이러한 방식은 빌드 파이프라인을 더 많이 제어하거나 Unity가 애플리케이션용으로 생성하는 Android 앱 매니페스트를 확인하거나 수정하고자 하는 경우 또는 Unity로 구동되는 기능을 또 다른 Android 애플리케이션으로 통합하는 경우에 유용합니다.
Android Studio용으로 Unity 프로젝트를 익스포트하려면 다음 단계를 따르십시오.
After Unity exports the Gradle project, you can import the Gradle project into Android Studio. For information on how to do this, refer to Migrate to Android Studio. For information on the file structure of the exported Gradle project, refer to Gradle project structure.