Unity-Technologies / Addressables-Sample

Demo project using Addressables package
1.29k stars 298 forks source link

Addressables + PAD not working with google.play.core 1.8.1, google.play.assetdelivery 1.8.1 (api 2.0.0, Unity 2022) #86

Open TrueRaider opened 1 year ago

TrueRaider commented 1 year ago

Addressables + PAD not working with google.play.core 1.8.1, google.play.assetdelivery 1.8.1 (api 2.0.0, Unity 2022). After build aab build fires error with: Can't determine the version of Play Core dependency "com.google.android.play:core". Upgrade to Play Asset Delivery library to ensure it is at least version 2.0.0, which is the default version used by Unity for Play Asset Delivery. In runtime AndroidAssetPacks.GetCoreUnityAssetPackNames(); always return empty collection.

TrueRaider commented 1 year ago

What's wrong? Help!