Install Addressables
To install the Addressables package in your project, use the Package Manager:
- Open the Package Manager (menu: Window > Package Manager).
- Set the package list to display packages from the Unity Registry.
- Select the Addressables package in the list.
- Click Install (at the bottom, right-hand side of the Package Manager window).
To set up the Addressables system in your Project after installation, open the Addressables Groups window and click Create Addressables Settings.
The Addressables Groups window before initializing the Addressables system in a Project
When you select Create Addressables Settings, the Addressables system creates a folder called AddressableAssetsData
to store settings files and other assets the package uses to keep track of your Addressables setup. Add the files in this folder to your version control system. The Addressables package can create additional files as you change your Addressables configuration. For more information, refer to Addressables Settings.
Note
For instructions on installing a specific version of Addressables or for general information about managing the packages in a Project, refer to Packages.