docs.unity.cn
    Show / Hide Table of Contents

    Install Addressables

    To install the Addressables package in your project, use the Package Manager:

    1. Open the Package Manager (menu: Window > Package Manager).
    2. Set the package list to display packages from the Unity Registry.
    3. Select the Addressables package in the list.
    4. 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.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, June 26, 2023