Setup Play Asset Delivery

trying Play Asset Delivery
but having error while building

FAILURE: Build failed with an exception.

* Where:
Build file 'room\build.gradle' line: 1

* What went wrong:
A problem occurred evaluating project ':room'.
> Plugin with id 'com.android.asset-pack' not found.

Which Unity version do you use? I think you are using Unity 2019LTS. If that’s true, then take a look at https://docs.unity3d.com/2019.4/Documentation/Manual/play-asset-delivery.html page, which is specific for 2019LTS and lists some additional requirements compared to Unity 2020.3, for which your linked manual page was written. More specifically, you will have to use a custom gradle and android gradle plugin versions.

thanxx.
solved by using gradle 4.0.1 instead 3.6.0

1 Like