Play Asset Delivery는 Android 앱 번들 (AAB)에 대한 에셋 분할 솔루션입니다. Play Asset Delivery를 사용하려면 프로젝트를 다음으로 설정해야 합니다.
When you build your application, Unity creates an AAB that includes your application split into a base module and asset packs. For more information, refer to Asset packs in 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 won’t 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.