Convert existing projects to Addressables
If you want to convert your in-progress project to use Addressables, you can convert each asset type to the Addressables system. The process is different depending on the type of asset you want to convert, and the existing runtime management process you use.
Topic | Description |
---|---|
Introduction to converting existing projects to Addressables | Understand the steps for migrating an existing Unity project to use the Addressables system. |
Assign scenes as Addressable | Convert scenes to Addressable scenes by creating an initialization scene. |
Convert prefabs to use Addressables | Make prefabs Addressable and avoid duplication across scenes. |
Move assets from the Resources system | Migrate assets from the Resources folder to the Addressables system. |
Convert AssetBundles to Addressables | Convert existing AssetBundle setups to use Addressables. |