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.
Before initializing the Addressables system in a Project
When you run the Create Addressables Settings command, the Addressables system creates a folder called, AddressableAssetsData
, in which it stores settings files and other assets it uses to keep track of your Addressables setup. You should add the files in this folder to your source control system. Note that Addressables can create additional files as you change your Addressables configuration. Refer to Addressables Settings for more information about the 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.