- Unity Addressables version 1.18.19 is required for this template.
Set up Addressable Groups in Unity.
For each group, specify the Load Path and Build Path accordingly:
Determine when each group should be loaded based on your project's needs:
If necessary, define which groups must be loaded explicitly:
Ensure all necessary assets are bundled correctly:
If using local development, you can skip this step. For remote builds, a server or storage solution is required. You can use Google Cloud Storage for testing. Upload the bundles folder to the selected storage location:
- For Addressables version 1.18.19, use gsutil URL.
- For version 1.20 and above, use Public URL:
Create a new Addressables profile and modify the Remote Load Path accordingly:
This setup ensures that your Addressable assets are correctly managed and loaded in Unity, whether locally or from a remote server.