How can I update a previous build in script?

Hi fellas,
Start a build from a script | Addressables | 2.0.8 here there is a code for how to build addressable content and player.

I wonder, Instead of click Update a Previous Build button in Addressable Groups window, if there is anything to update remote content in script as well.

1 Like

You can use ContentUpdateScript
https://docs.unity3d.com/Packages/com.unity.addressables@1.19/api/UnityEditor.AddressableAssets.Build.ContentUpdateScript.html

1 Like