Play Asset Delivery는 Android 앱 번들 (AAB)에 대한 에셋 분할 솔루션입니다. Play Asset Delivery를 사용하려면 프로젝트를 다음으로 설정해야 합니다.
애플리케이션을 빌드하면 Unity는 기본 모듈과 에셋 팩으로 분할된 애플리케이션을 포함하는 AAB를 만듭니다. 자세한 내용은 Unity의 에셋 팩을 참조하십시오.
Important: Unity uses the PLAY_ASSET_PACKS
Gradle template variable to specify which asset packs to include in the Android App Bundle. If you use a custom Gradle template that was created before Unity supported Play Asset Delivery, your template will not contain this variable. Because Unity automatically generates the values for this variable, it’s best practice to recreate your Gradle template file from the current Unity version and reapply your modifications on top.