Build adressables at same time as building game?

Hi Guys,

My game uses adressables and I have had several times that I forgot to build my adressables before building my game and it let to errors. I was wondering, is there a way to just trigger the adressables build when pressing build and run somehow?

I would recommend a custom build script that does that for you.
It can build the adressables and then start the normal build process.

This already exists by default (possibly only in Unity 2021.2+). Open your Addressable settings and there’s a checkbox to build them when your game builds.

2 Likes