Unity-Technologies / Addressables-Sample

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

ADDR-2589 Building app bundle FileNotFoundException 2021.2+ #69

Closed kirstenpilla closed 2 years ago

kirstenpilla commented 2 years ago

BuildPlayerProcessor callbacks run first before the IPreprocessBuildWithReport callbacks, causing the AddressablesPlayerBuildProcessor code to run before PlayAssetDeliveryBuildProcessor.

Added a new code path for 21.2+ in PlayAssetDeliveryBuildProcessor that uses the same new BuildPlayerProcessor API.