Build scripting
You can use the Addressables
API to customize your project build in the following ways:
- Start a build from a script
- Override an existing script
- Extend
BuildScriptBase
or implementIDataBuilder
When you customize a build script to handle different asset types or handle assets in a different way, you might need to customize the Play Mode Scripts so that the Unity Editor can handle those assets in the same way during Play mode.