A content build processes your Addressables groups to produce the content catalog and the AssetBundles that contain your assets.
To make an Addressables build, use the Build menu on the Addressables Groups window as described in Making builds. The next time you build the Player for your project, it uses the artifacts produced by the last Addressables content build run for the current platform. See Build scripting for information about automating your Addressables build process.
Your content build can produce two general categories of content:
Assets/StreamingAssets
folder before making a Player build.Your Group settings determine which category a group belongs to; the active Profile determines the specific paths and URLs that the Addressables system uses to build and load the content. (Your Addressable Asset settings also contain options that affect your content builds, such as whether to build remote content at all.)
You can start builds from a script as well as from the Groups window. See Build scripting for more information.
The Addressables system includes the following build scripts:
The build scripts also provide a function to clear the cached files they create. You can run these functions from the Build > Clean Build menu of the Groups window.
Access build commands from the Build menu on the toolbar at the top of the Groups window.
The menu provides the following items:
The build creates the following files that become part of the player build:
The Addressables system copies these files into your StreamingAssets folder when you make a player build so that they're included in your application. It removes the files when the player build is finished.
The build also creates the following files that aren't copied to streaming assets:
.bundle
): according to your group, profile, and platform settings. You must upload remote bundles to your hosting server.catalog_timestamp.json
: the catalog to upload to your hosting server (overrides the local catalog). An Addressables build only creates a remote catalog file if you enable the Build Remote Catalog option in the project Addressable Asset settings.catalog_timestamp.hash
: the hash file to upload to your hosting server. Used to check whether the remote catalog has changed since the last time a client app downloaded it.addressables_content_state.bin
: used to make a content update build. If you are supporting dynamic content updates, you must save this file after each full content build that you release. Otherwise, you can ignore this file. See Content update builds.AddressablesBuildTEP.json
: build performance data. See Build profiling.