{"_id":"com.unity.addressables","name":"com.unity.addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","provider":"upm","versions":{"2.10.1":{"_upm":{"changelog":"- Fixed an issue where, during a content update, making a change in a remote group that required rebuilding the builtinassets bundle would result in missing textures/errors if the builtinassets bundle was built into a group set to Prevent Updates. In this case, a new duplicate bundle will now be created and attached to the first remote group in the project and shipped out as part of an update.\n- Added option to disable typetree data from bundles.\n- Properly setting flag to reinitialize Addressables in the Editor when domain reloads are disabled.\n- Fixed inconsistent internal asset IDs in Dynamic naming mode."},"unity":"6000.0","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.10/manual/index.html","name":"com.unity.addressables","version":"2.10.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"3.0.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"ce3e2b3f7c841053bcf9e3bc48dbabb66689e461","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.10.1.tgz"}},"1.29.0":{"_upm":{"changelog":"- When doing a player build the development flag and scripting defines will be passed through to the Addressables content build when the scripting define ADDRESSABLES_ADD_DEFINES is set. We recommend adding this flag as this is more than likely the correct behavior, but it is not enabled by default to prevent surprise compilation problems"},"unity":"2021.3","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.29/manual/index.html","name":"com.unity.addressables","version":"1.29.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.test-framework":"1.1.33","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.23.4","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"9481edb7fa68ba0a40de345141e226d1635c3f98","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.29.0.tgz"}},"2.10.0":{"_upm":{"changelog":"- Fixed an issue where Errors are thrown and Editor Crashes when downloading an Asset Bundle from LoadAssetAsync and from DownloadDependenciesAsync at the same time.\n- Auto Group Generator tool has been added to Addressables.\n- Replace deprecated BinaryFormatter.\n- Sort Labels on Add.\n- Added Documentation on Auto Group Generator,TypeTree extraction and other fixes."},"unity":"6000.0","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.10/manual/index.html","name":"com.unity.addressables","version":"2.10.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"3.0.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"a1aed830bc3c71eb23d4c7b0904863212b8e539e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.10.0.tgz"}},"2.9.1":{"_upm":{"changelog":"- Added support for extracting type tree data from asset bundles.  This requires Unity 6.5+.\n- Fixed performance issue when moving Addressable Assets from one group to another using the context menu option \"Move Addressables to Group...\"\n- When doing a player build if the Addressables build fails, the player build will fail as well. Previously it just logged the error.\n- When doing a player build the development flag and scripting defines will be passed through to the Addressables content build when the scripting define ADDRESSABLES_ADD_DEFINES is set. We recommend adding this flag as this is more than likely the correct behavior, but it is not enabled by default to prevent surprise compilation problems\n- When applying an asset of an inherited type to an AssetReferenceT of the base type, warnings are no longer thrown incorrectly\n- Improved the search bar in the Addressables Report window\n- Fixed an issue where an \"Unable to find registered file for bundle\" error is thrown when building addressables group with Bundle - Naming Mode set to “No Hash” and Bundle Mode set to “Pack Together”.\n- Fix an issue with Addressable keys. If a character is > 127, but less than 255 it was not being encoded properly in the binary catalog.\n- Added support for customizing the load delay added to asset loads in Play Mode when the 'Use Asset Database (fastest)' Play Mode Script is selected. Default value is 0.1f. Accessable via 'AddressableAssetSettings.SimulatedLoadDelay(get; set;)'.\n- Fixed issue where labels weren't sorted until after Editor restart"},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.9/manual/index.html","name":"com.unity.addressables","version":"2.9.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.6.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"8460f1c9c92711c43de6e21f4f1b29f671944543","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.9.1.tgz"}},"2.9.0":{"_upm":{"changelog":"- Added support for extracting type tree data from asset bundles.  This requires Unity 6.5+.\n- Fixed performance issue when moving Addressable Assets from one group to another using the context menu option \"Move Addressables to Group...\"\n- When doing a player build if the Addressables build fails, the player build will fail as well. Previously it just logged the error.\n- When doing a player build the development flag and scripting defines will be passed through to the Addressables content build when the scripting define ADDRESSABLES_ADD_DEFINES is set. We recommend adding this flag as this is more than likely the correct behavior, but it is not enabled by default to prevent surprise compilation problems\n- When applying an asset of an inherited type to an AssetReferenceT of the base type, warnings are no longer thrown incorrectly\n- Improved the search bar in the Addressables Report window\n- Fixed an issue where an \"Unable to find registered file for bundle\" error is thrown when building addressables group with Bundle - Naming Mode set to “No Hash” and Bundle Mode set to “Pack Together”.\n- Fix an issue with Addressable keys. If a character is > 127, but less than 255 it was not being encoded properly in the binary catalog.\n- Added support for customizing the load delay added to asset loads in Play Mode when the 'Use Asset Database (fastest)' Play Mode Script is selected. Default value is 0.1f. Accessable via 'AddressableAssetSettings.SimulatedLoadDelay(get; set;)'.\n- Fixed issue where labels weren't sorted until after Editor restart"},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.9/manual/index.html","name":"com.unity.addressables","version":"2.9.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.6.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"de8760a788ae1cefef54f67554f2f1744eace833","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.9.0.tgz"}},"2.8.1":{"_upm":{"changelog":"- Fixed an issue where NullReferenceException error and warnings are thrown when opening Addressables Report window.\n- Upgrade references from UnityEditor.GUID to UnityEngine.GUID on Unity 6.4+.\n- Setting catalog timeout correctly during the build so remote catalog operations can timeout successfully.\n- Revert yielding when calculating size in GetDownloadSizeAsync.\n- Fixed performance issue when moving Addressable Assets from one group to another using the context menu option \"Move Addressables to Group...\""},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.8/manual/index.html","name":"com.unity.addressables","version":"2.8.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.5.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"2dc42e61a5f52edaf4b19b2a205d32f9c58bd4c0","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.8.1.tgz"}},"1.28.2":{"_upm":{"changelog":"- Setting catalog timeout correctly during the build so remote catalog operations can timeout successfully.\n- Fixed for Error would get logged when trying to use Object.Destroy in the Editor during play mode."},"unity":"2021.3","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.28/manual/index.html","name":"com.unity.addressables","version":"1.28.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.test-framework":"1.1.33","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.23.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"3776efbb998a5107eb45c4966fda2c1ca66b0fe7","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.28.2.tgz"}},"2.8.0":{"_upm":{"changelog":"- Fixed an issue where NullReferenceException error and warnings are thrown when opening Addressables Report window.\n- Upgrade references from UnityEditor.GUID to UnityEngine.GUID on Unity 6.4+.\n- Setting catalog timeout correctly during the build so remote catalog operations can timeout successfully.\n- Revert yielding when calculating size in GetDownloadSizeAsync.\n- Fixed performance issue when moving Addressable Assets from one group to another using the context menu option \"Move Addressables to Group...\""},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.8/manual/index.html","name":"com.unity.addressables","version":"2.8.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.5.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"13d9ede188ab247a983b1c1b322a224a75a62313","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.8.0.tgz"}},"1.28.1":{"_upm":{"changelog":"- Fixed Internal Tests."},"unity":"2021.3","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.28/manual/index.html","name":"com.unity.addressables","version":"1.28.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.test-framework":"1.1.33","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.23.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"c1cfe7806fc845a2142841e0f4a12b9dd7f9edd9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.28.1.tgz"}},"2.7.6":{"_upm":{"changelog":"- Fixed an issue where null reference errors were thrown when undoing a graph node deletion that referenced an Addressable Asset.\n- Fixed a leak when releasing an InstanceOperation if it was pooled.\n- Fix InvalidOperationException when renaming labels in Addressables Groups window.\n- Error would get logged when trying to use Object.Destroy in the Editor during play mode.\n- Fixed issue where the sub assets of an addressable folder are not flagged as modified during a content update.\n- Add IBuildWindowExtension method for engine interface."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.7/manual/index.html","name":"com.unity.addressables","version":"2.7.6","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.5.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"45e9abf4429958994025f35d564891eed54dc3e9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.7.6.tgz"}},"2.7.4":{"_upm":{"changelog":"- Fixed an issue where having an empty custom load or build path in the inspector would spam the console.\n- Fixed a faulty Inspector refresh mechanism when creating new addressables group from a template."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.7/manual/index.html","name":"com.unity.addressables","version":"2.7.4","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.4.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"38fa2290d5f25ebb9652038b354454a5b064846e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.7.4.tgz"}},"1.28.0":{"_upm":{"changelog":"- Timesliced lazy loading of icons have been added to improve first paint times\n- Fixed loading incorrect data when using dynamic internal id naming."},"unity":"2021.3","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.28/manual/index.html","name":"com.unity.addressables","version":"1.28.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.test-framework":"1.1.33","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.23.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"5eb418c3480cf14190ab3845f675db1a0736a0a9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.28.0.tgz"}},"2.7.3":{"_upm":{"changelog":"- Changed Label window to have consistent Rename UX with the rest of the Editor. You can now press Enter (macOS) or F2 to enter rename, as well as clicking after selecting an item in the list.\n- Added documentation to mention the fact that loading AssetBundles directly via LoadAssetAsync does not handle dependencies.\n- Added null checks for analytics events to fix console error.\n- Fixed loading incorrect data when using dynamic internal id naming.\n- Documentation: Content model update.\n- Fixed an issue where trying to build after setting a custom profile value would sometimes cause a NullRefException."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.7/manual/index.html","name":"com.unity.addressables","version":"2.7.3","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.4.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"6331054374837776295bac35137ac1d912803139","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.7.3.tgz"}},"2.7.2":{"_upm":{"changelog":"- Fixed issue where builds were failing in Unity Cloud Build due to hash collisions in Addressables during dependency resolution.\n- Fixed an issue where remote binary catalogs would mistakenly be listed as having the .json file extension in the Build Report summary tab."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.7/manual/index.html","name":"com.unity.addressables","version":"2.7.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.4.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"d929cbc70804dfd151ba4735fc8653f2dbe04161","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.7.2.tgz"}},"1.27.0":{"_upm":{"changelog":"- Fix for CCD Upload Issue with Packed Separately Bundles\n- Diagnostic Callbacks no longer fail generating event information.\n- DownloadDependenciesAsync now only checks bundle cached status once, and treats a cached bundle with no CRC checks as a noop. The goal with this fix is to reduce IO usage on startup.\n- Asset dependency validation to log build error when asset contains invalid reference\n- Added unity version check for code that relies on profiler support"},"unity":"2021.3","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.27/manual/index.html","name":"com.unity.addressables","version":"1.27.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.test-framework":"1.1.33","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.23.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"51b95d55f64a441ff0643245a85d0913a18380b4","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.27.0.tgz"}},"2.7.0":{"_upm":{"changelog":"- Fixed issue where strikethrough appears on labels when reordering addressables labels in the labels window.\n- Changed GetDownloadSizeAsync to actually use an AsyncOperation and run the calculation as part of a coroutine.\n- Fix for CCD Upload Issue with Packed Separately Bundles.\n- Fixed an issue where you weren't able to assign Sprites in a AssetReferenceAtlasedSprite if the Atlas was a variant.\n- Fixed an issue when \"Use Defaults\" was selected for a Group. When building for Android the local settings were used for remote groups. This effectively disabled caching.\n- Fixed an issue where Profiler runtime data was not stripped for non-development builds.\n- Improved memory usage when using binary catalogs.\n- Improved performance of the Addressable Groups editor window for large projects - this should be noticable when first launching the window, and when searching for assets.\n- Fixed an issue where the Addressables Profiler Module would not work properly when using a standalone Profiler process.\n- Fix an issue where Custom group settings were not correctly applied to built-in bundles.\n- Revert name change to prevent gameobject warning on group Rename\n- Added Preserve attribute to prevent stripping of RuntimePath property"},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.7/manual/index.html","name":"com.unity.addressables","version":"2.7.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.4.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"911d8970262d36ba11d8b3efe4816eb933dcce1e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.7.0.tgz"}},"1.25.1":{"_upm":{"changelog":"- Fixed issue where pink material was duplicated in every Asset Bundle. Note: this could force a rebuild of all asset bundles.\n- Fixed an issue where when an Addressable scene was unloaded because a new scene was loaded using LoadSceneMode.Single it was not decremented in the number of scenes loaded in the profiler."},"unity":"2019.4","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.25/manual/index.html","name":"com.unity.addressables","version":"1.25.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.test-framework":"1.1.33","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.22.5","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"5cd0884c744f61567a41adba84abb7b6440c9ad1","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.25.1.tgz"}},"2.6.0":{"_upm":{"changelog":"- Fixed issue where call to LoadAssetsAsync was treating single element keys into an array of characters.\n- Fixed binary catalog extraction & optimization tools.  InternalIds of locations were getting resolved with Editor data incorrectly.  They are now copied directly to the output files."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.6/manual/index.html","name":"com.unity.addressables","version":"2.6.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.4.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"0960051b8c8afda16fa9fcc10021617c6d1c2286","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.6.0.tgz"}},"2.5.0":{"_upm":{"changelog":"- Added IP ping timeout to the Hosting Services window.\n- Fixed memory leak when loading Sprite objects from a SpriteAtlas asset.\n- Fixed sub-object loading from AssetReferences for types that are not Sprites in a SpriteAtlas.\n- Fixed Exception when using third build and load path variables option.\n- Fixed bug where identical locations were calculated multiple times in the download size\n- Fixed bug where we'd fetch the remote hash at start-up even though catalog updates were disabled"},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.5/manual/index.html","name":"com.unity.addressables","version":"2.5.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.4.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"2581a6be742198221d66a5688fd5dff18eff1057","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.5.0.tgz"}},"1.25.0":{"_upm":{"changelog":"- Fixed sorting scrambling the order when adding and removing groups.\n- Added performance fixes when searching large numbers of groups."},"unity":"2019.4","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.25/manual/index.html","name":"com.unity.addressables","version":"1.25.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.test-framework":"1.1.33","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.22.4","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"f2e7e14b0cbb4b84592f432b27c3f323e354d33a","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.25.0.tgz"}},"2.4.6":{"_upm":{"changelog":"- Fixed issue where custom asset providers set in Addressable Asset Settings UI aren't being used.\n- Fixed issue where duplicated assets savings in summary tab of the build report is incorrect.\n- Moved AddressableAssetEntryTreeViewState into the UnityEditor.AddressableAssets namespace to fix compile errors in user code.\n- Fixed Add Report... and Add Report From Folder... in the Addressables Report window so they now add reports properly.\n- Fixed an issue where when an Addressable scene was unloaded because a new scene was loaded using LoadSceneMode.Single it was not decremented in the number of scenes loaded in the profiler."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.4/manual/index.html","name":"com.unity.addressables","version":"2.4.6","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.3.8","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"16eddacf275e88b6adce07ddbbd97c62ee1f73e0","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.4.6.tgz"}},"2.4.5":{"_upm":{"changelog":"- Fixed issue where custom asset providers set in Addressable Asset Settings UI aren't being used.\n- Fixed issue where duplicated assets savings in summary tab of the build report is incorrect.\n- Moved AddressableAssetEntryTreeViewState into the UnityEditor.AddressableAssets namespace to fix compile errors in user code.\n- Fixed Add Report... and Add Report From Folder... in the Addressables Report window so they now add reports properly.\n- Fixed an issue where when an Addressable scene was unloaded because a new scene was loaded using LoadSceneMode.Single it was not decremented in the number of scenes loaded in the profiler."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.4/manual/index.html","name":"com.unity.addressables","version":"2.4.5","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.3.7","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"5942ff931ed800125d4c05362f35ed8e0cbd7f73","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.4.5.tgz"}},"2.4.4":{"_upm":{"changelog":"- Fixed issue where custom asset providers set in Addressable Asset Settings UI aren't being used.\n- Fixed issue where duplicated assets savings in summary tab of the build report is incorrect.\n- Moved AddressableAssetEntryTreeViewState into the UnityEditor.AddressableAssets namespace to fix compile errors in user code.\n- Fixed Add Report... and Add Report From Folder... in the Addressables Report window so they now add reports properly.\n- Fixed an issue where when an Addressable scene was unloaded because a new scene was loaded using LoadSceneMode.Single it was not decremented in the number of scenes loaded in the profiler."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.4/manual/index.html","name":"com.unity.addressables","version":"2.4.4","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.3.6","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"1b693940a17b6aaadb2992ca8614537eed9817d2","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.4.4.tgz"}},"1.24.0":{"_upm":{"changelog":"- Fixed sorting scrambling the order when adding and removing groups.\n- Added performance fixes when searching large numbers of groups."},"unity":"2019.4","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.24/manual/index.html","name":"com.unity.addressables","version":"1.24.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.test-framework":"1.1.33","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.22.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"389facf5959bbe10fdf6434e1213bed942781819","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.24.0.tgz"}},"2.4.3":{"_upm":{"changelog":"- Fixed issue where custom asset providers set in Addressable Asset Settings UI aren't being used.\n- Fixed issue where duplicated assets savings in summary tab of the build report is incorrect.\n- Moved AddressableAssetEntryTreeViewState into the UnityEditor.AddressableAssets namespace to fix compile errors in user code.\n- Fixed Add Report... and Add Report From Folder... in the Addressables Report window so they now add reports properly.\n- Fixed an issue where when an Addressable scene was unloaded because a new scene was loaded using LoadSceneMode.Single it was not decremented in the number of scenes loaded in the profiler."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.4/manual/index.html","name":"com.unity.addressables","version":"2.4.3","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.3.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"8199bdf7ecb01ecaa0ab1a5da203f57bf6d8008b","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.4.3.tgz"}},"2.4.2":{"_upm":{"changelog":"- Fixed issue where custom asset providers set in Addressable Asset Settings UI aren't being used.\n- Fixed issue where duplicated assets savings in summary tab of the build report is incorrect.\n- Moved AddressableAssetEntryTreeViewState into the UnityEditor.AddressableAssets namespace to fix compile errors in user code.\n- Fixed Add Report... and Add Report From Folder... in the Addressables Report window so they now add reports properly.\n- Fixed an issue where when an Addressable scene was unloaded because a new scene was loaded using LoadSceneMode.Single it was not decremented in the number of scenes loaded in the profiler."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.4/manual/index.html","name":"com.unity.addressables","version":"2.4.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.3.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"bff4d01751710d94565d56ca16ee8e8f531685f2","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.4.2.tgz"}},"2.4.1":{"_upm":{"changelog":"- Fixed issue where custom asset providers set in Addressable Asset Settings UI aren't being used.\n- Fixed issue where duplicated assets savings in summary tab of the build report is incorrect.\n- Moved AddressableAssetEntryTreeViewState into the UnityEditor.AddressableAssets namespace to fix compile errors in user code.\n- Fixed Add Report... and Add Report From Folder... in the Addressables Report window so they now add reports properly.\n- Fixed an issue where when an Addressable scene was unloaded because a new scene was loaded using LoadSceneMode.Single it was not decremented in the number of scenes loaded in the profiler."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.4/manual/index.html","name":"com.unity.addressables","version":"2.4.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.3.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"e03d24e645a2c83c4fdf5afc9794ca331137586a","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.4.1.tgz"}},"1.23.1":{"_upm":{"changelog":"- Moved AddressableAssetEntryTreeViewState into the UnityEditor.AddressableAssets namespace to fix compile errors in user code."},"unity":"2019.4","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.23/manual/index.html","name":"com.unity.addressables","version":"1.23.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.test-framework":"1.1.33","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.22.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"b9524cced74e30796d680c6d23e55774cc0ea05a","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.23.1.tgz"}},"2.3.16":{"_upm":{"changelog":"- Fixed compile error due to using restricted namespaces\n- Moved AddressableAssetEntryTreeViewState into the UnityEditor.AddressableAssets namespace to fix compile errors in user code."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.3/manual/index.html","name":"com.unity.addressables","version":"2.3.16","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.test-framework":"1.4.5","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.2.11","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"1d7f6a740e5827c3a66943394e723c0110989ea9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.3.16.tgz"}},"2.3.7":{"_upm":{"changelog":"- The group edit window saves sort order and enabled columns. Groups are not sorted but can be reordered by dragging and dropping and that state is saved. This ordering has been moved to the Addressables data folder into the file AddressableAssetGroupSortSettings. This file can be added to .gitignore for per user sorting, or can be checked into version control for team sorting.\n- Fix \"IndexOutOfRangeException\" console message when assigning an addressable SpriteAtlas to an AssetReferenceSprite.\n- Make SubObjectGUID an Editor only field. It would not work properly at Runtime due to the lack of AssetDatabase, but this makes it explicit at compile time.\n- Switch the Runtime key to never use the SubObjectGUID and always use SubObjectName for subobjects.\n- CheckCatalogUpdate now returns 1 when there is an update available.\n- CanBuildPlayer has been switched to using the Bee postprocessor and should return better error messages on failure."},"unity":"2023.1","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.3/manual/index.html","name":"com.unity.addressables","version":"2.3.7","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.2.4","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"e7c1873336b86a30da9c0b928af850d93d289ec0","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.3.7.tgz"}},"1.22.3":{"_upm":{"changelog":"- Fixed issue where the content of the list with Addressable Assets Groups is improperly indented when displayed in Group Hierarchy with Dashes Group View.\n- Fixed issue where “Profile rename failed because default profile cannot be renamed“ error is thrown when renaming a new profile in Addressables Profiles.\n- Fixed loading error when the loading from an assetbundle that is currently being preloaded."},"unity":"2019.4","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.22/manual/index.html","name":"com.unity.addressables","version":"1.22.3","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.25","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"c1b85eb43ae0bdfaaa07a13f0d6d96c7a78ef664","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.22.3.tgz"}},"2.3.1":{"_upm":{"changelog":"- Added back Analyze Rule toolset\n- Fixed issue where the content of the list with Addressable Assets Groups is improperly indented when displayed in Group Hierarchy with Dashes Group View.\n- Fixed issue where “Profile rename failed because default profile cannot be renamed“ error is thrown when renaming a new profile in Addressables Profiles.\n- Fixed a memory leak where asset bundles would not get unloaded when a scene was unloaded before completing load.\n- Fixed loading error when the loading from an assetbundle that is currently being preloaded."},"unity":"2023.1","upmCi":{"footprint":"b030090d56ffea904f65741c87fdbde086ee60a1"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"07437a2b040d7118b57c4acd9b60fdfbb434dd56"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.3/manual/index.html","name":"com.unity.addressables","version":"2.3.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.1.5","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"5d870284b3d9ea49a95c391511d346cef111ef0e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.3.1.tgz"}},"2.3.0":{"_upm":{"changelog":"- Added back Analyze Rule toolset\n- Fixed issue where the content of the list with Addressable Assets Groups is improperly indented when displayed in Group Hierarchy with Dashes Group View.\n- Fixed issue where “Profile rename failed because default profile cannot be renamed“ error is thrown when renaming a new profile in Addressables Profiles.\n- Fixed a memory leak where asset bundles would not get unloaded when a scene was unloaded before completing load.\n- Fixed loading error when the loading from an assetbundle that is currently being preloaded."},"unity":"2023.1","upmCi":{"footprint":"62e84f7886ebb75af6061728b59a677ad306610d"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"da6584e77b95eb8c8cc350ad4d95cc1a1aff1a34"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.3/manual/index.html","name":"com.unity.addressables","version":"2.3.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.1.5","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"1662e4f9a43e2de64b12e9851d94e10658cc9889","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.3.0.tgz"}},"1.22.2":{"_upm":{"changelog":"- Fixed memory leak when loading Sprite objects from a SpriteAtlas asset.\n- Added support for directly calling Release() on AsyncOperationHandles that didn't have the option to.\n- Fixed issue where operation that uses WaitForCompletion can timeout much earlier than it should.\n- Sort collections to make serialized editor files deterministic\n- Fixed an issue where tearing down the Addressables instance could happen before user teardown code was getting called.\n- Fixed issue where labels on an addressable sub-entry are incorrectly added to the former parent entry."},"type":"assets","unity":"2019.4","upmCi":{"footprint":"d828e27c19c8a0b02bc63dd74aa88208da4959ad"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"8c3d8e3f459edf307b582d67a31d29e34e6dcfb1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.22/manual/index.html","name":"com.unity.addressables","version":"1.22.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.24","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"2c1104372a9970792f1be7677326c8877d7d9de5","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.22.2.tgz"}},"2.2.2":{"_upm":{"changelog":"- Fix KeyNotFoundException when clicking on local bundles in the profiler.\n- Fix bundles incorrectly marked as released in the Profiler when they are still active\n- Improved error message when trying to load a catalog in an unexpected file format.\n- Fixed issue where operation that uses WaitForCompletion can timeout much earlier than it should.\n- The build scripts were reworked so that you can extend them or copy them outside the package without having to fork the entire package.\n- A Version field was added to the Addressables object for getting the package version in the Editor.\n- Fixed an issue where tearing down the Addressables instance could happen before user tear down code was getting called.\n- Sort collections to make serialized editor files deterministic\n- Fixed issue where labels on an addressable sub-entry are incorrectly added to the former parent entry.\n- Added support for calling Release() on AsyncOperationHandles directly that couldn't before.\n- Fixed sub-object loading from AssetReferences for types that are not Sprites in a SpriteAtlas."},"type":"assets","unity":"2023.1","upmCi":{"footprint":"965c2b80d4ffb77f73ae7a066d9c7b22cd8cb8e7"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"a5d37e7459f86f9108e521236be616077803ca7c"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.2/manual/index.html","name":"com.unity.addressables","version":"2.2.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.1.4","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"4f7e840f4cce8ffab522b6febb1b52af9e928bdb","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.2.2.tgz"}},"1.21.21":{"_upm":{"changelog":"- Fix \"Unable to verify target bucket for Remote Catalog: Not Found. Object could not be found\" error\n- Fixed caching to prevent unnecessary refreshing of bucket data."},"type":"assets","unity":"2019.4","upmCi":{"footprint":"695daa558014469fbd2177e71f16275b07c2d612"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"74ca1aaeb603da7437db95664f9bb92252223dab"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.21","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.23","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"699664a7cb6bbaca1477aa284a6429e57e71b204","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.21.tgz"}},"2.1.0":{"_upm":{"changelog":"- Fix \"Unable to verify target bucket for Remote Catalog: Not Found. Object could not be found\" error\n- Fixed caching to prevent unnecessary refreshing of bucket data.\n- Sort collections on serialization to prevent unecessary merge conflicts\n- Add warnings and documentation to make it clear you need to release the handle from LoadDependenciesAsync"},"type":"assets","unity":"2023.1","upmCi":{"footprint":"b4114ce971e4ee913e0e90b5d8b8bb86cb39529d"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"ce0566e3aa96bd3b1648c405187751d0306cc931"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.1/manual/index.html","name":"com.unity.addressables","version":"2.1.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.1.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"33f1a8b5c7b02283fbf9c64475607dcf4f762fb9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.1.0.tgz"}},"1.21.20":{"_upm":{"changelog":"- Fixed an issue where scene InternalId collisions were very likely when using dynamic internal asset naming\n- Fixed catalogs to use back slashes rather than forward slashes for android builds.\n- Fixed an issue where \"Failed to remove scene from Addressables profiler\" warning occurs when a scene is unloaded.\n- Prevent a KeyNotFoundException from being logged to the console.\n- Fix error message to report not found when loading non-Addressable asset by guid\n- Fixed issue where a NullReferenceException occurs when using WaitForCompletion and the max number of concurrent requests is set to 1.\n- Fixed issue where there is missing asset data in the Addressables Profiler for binary catalogs.\n- Added note about the limitations of the Check for Content Update Restrictions tool.\n- Add migration upgrade prompt for legacy path pairs (ex. RemoteLoadPath)\n- Fixed an issue where a broken script on any Addressable Asset would make it impossible to select Addressable Assets in the AssetReference inspector\n- Add logging of catalog and asset bundle http operations.\n- Add UI to trigger CCD management API http call logging (requires newer CCD package)\n- CCD Automatic Profiles can now be one per-profile, rather than one per AddressableSettings instance\n- CCD Manager is built when using the Build to CCD and the standard Build content menu\n- Add support for CCD Management SDK 3.0"},"type":"assets","unity":"2019.4","upmCi":{"footprint":"fcda45496771b76d428ee37069e821cb5607433d"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"c34a3696939031a32903c278ecd646f4d845377f"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.20","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.22","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"861992220584395ffd9426a7fff5ebc0dc4c3011","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.20.tgz"}},"2.0.8":{"_upm":{"changelog":"- Documents the behavior of using WaitForCompletion while a bundle is being unloaded.\n- Prevent a KeyNotFoundException from being logged to the console.\n- Fixed issue where a NullReferenceException occurs when using WaitForCompletion and the max number of concurrent requests is set to 1.\n- Fix error message to report not found when loading non-Addressable asset by guid\n- Fixed issue where there is missing asset data in the Addressables Profiler for binary catalogs.\n- Fixed an issue the error \"Cannot read BuildLayout header, BuildLayout has not open for a file\" would occur after a build\n- Added note about the limitations of the Check for Content Update Restrictions tool.\n- Fixed issue where an ArgumentException can occur when viewing multiple assets in the Addressables Profiler.\n\nFixed an issue where a broken script on any Addressable Asset would make it impossible to select Addressable Assets in the AssetReference inspector\nAdd migration upgrade prompt for legacy path pairs (ex. RemoteLoadPath)\nAdd logging of catalog and asset bundle http operations.\nAdd UI to trigger CCD management API http call logging (requires newer CCD package)\nCCD Automatic Profiles can now be one per-profile, rather than one per AddressableSettings instance\nCCD Manager is built when using the Build to CCD and the standard Build content menu"},"type":"assets","unity":"2023.1","upmCi":{"footprint":"2ce9b7197f5b2f035dcd5e61c40d4c6b3307f91e"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"5244e030c3a00be55850b85103b7a3954b1108ba"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.0/manual/index.html","name":"com.unity.addressables","version":"2.0.8","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.1.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"32190a900df131a93a0ab7580ce90b1d7dd94aa7","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.0.8.tgz"}},"2.0.6":{"_upm":{"changelog":"- Updating ScriptableBuildPipeline reference."},"type":"assets","unity":"2023.1","upmCi":{"footprint":"8f92f2e98ef1da90440a8f1286bd2acf7d4017e5"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"9bc156d4ddc52e64653b038eb914c041cae71083"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.0/manual/index.html","name":"com.unity.addressables","version":"2.0.6","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.1.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"fc13aa334236fe1acab7b7450b8da08ba6890404","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.0.6.tgz"}},"2.0.4":{"_upm":{"changelog":"- Updating ScriptableBuildPipeline reference."},"type":"assets","unity":"2023.1","upmCi":{"footprint":"120444e63f0b4ded208f483d6aac01b285379337"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"17913ac19d4942433853f35c23f66a1a6f1508ed"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.0/manual/index.html","name":"com.unity.addressables","version":"2.0.4","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.0.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"26dd29cec415bb4ffd456fd0112233e15c822f58","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.0.4.tgz"}},"1.21.19":{"_upm":{"changelog":"- Fixed an issue where scene InternalId collisions were very likely when using dynamic internal asset naming\n- Fixed catalogs to use back slashes rather than forward slashes for android builds.\n- Fixed an issue where \"Failed to remove scene from Addressables profiler\" warning occurs when a scene is unloaded."},"type":"assets","unity":"2019.4","upmCi":{"footprint":"94de454d096fcfc7b3fec62abb41bdeb8cc8b39b"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"f50f07ff121c5aa50ac3d852373c2c50ecbd73cf"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.19","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.21","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"19724bd5f889fdda28b396bc10cef1be48211c68","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.19.tgz"}},"1.21.18":{"_upm":{"changelog":"- Fixed an issue where scene InternalId collisions were very likely when using dynamic internal asset naming"},"type":"assets","unity":"2019.4","upmCi":{"footprint":"e4f16f68eef363509a30f614cb47f6df06f839c2"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"258a622874bed1fce148ed59cb0960165dff5e86"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.18","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.20","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"669d880a5a2ea18022ccdb2b697e859d1160e301","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.18.tgz"}},"2.0.3":{"_upm":{"changelog":"- ProfileValueReference.GetValue is now the preferred method of getting bulid and load paths. A new method has been added that allows token evaluation to be toggled on and off. Using this method ensures that custom build and load paths are handled properly.\n- In the Editor when a sprite is no longer available it will be cleared when the property drawer is viewed. \n- Add a SubObjectGUID to sprite atlases and use GUIDs for the runtime loading key if is exists. \n- Catalog hashes get build with the local catalog now.  This prevents remote catalogs from getting downloaded if they match what was shipped with a player\n- Added overloads to LoadAssetsAsync to accept a single string as a key\n- Added bundle request retry override.\n- Added shared bundle settings to AddressableAssetSettings. Monoscript bundle is always enabled.\n- Added more BuildLayout public API\n- Fixed issue with misleading error message for loading through asset where the asset is not Addressable in editor.\n- Added in safeguard to prevent Compress Local Catalog option from being on alongside Binary Catalogs\n- Fixed an issue where ResourceLocation would return a useless value when using Binary Catalogs\n- Fixed an issue where there would sometimes be a minor memory leak when using Binary Catalogs\n- Fixed an issue where Binary Catalogs would not be cached properly\n- Fixed a bug where a GUI style was misspelled in the Editor and was recently fixed\n- Fixed an issue where FindAssetEntry returns incorrect values after Undo/Redo\n- Fixed a regression where remote provider failures were not retried.\n- Fixed an issue where a NullReferenceException occurs when inspecting Addressable Settings\n- Fixed an issue where the content update groups list being cutoff by buttons\n- Fixed an issue where an ArgumentException occurs when sorting labels and creating a new group.\n- Fixed an issue where using binary catalogs causes a crash on Android with ARM7.\n- Fixed an issue where a NullReferenceException occurs in GenerateBuildLayout when a group is null.\n- Fixed a bug where Timeout and Redirect Limit were getting serialized to different values from what was allowed in the Group schema\n- DownloadDepedenciesAsync no longer loads asset bundles into memory\n- Fixed issue where ResourceLocations weren't getting compared correctly for properties like AllLocations\n- Fixed an issue where scene InternalId collisions were very likely when using dynamic internal asset naming\n- Fixed an issue where sprites with normal maps would not be built properly\n- Fixed an issue where \"Failed to remove scene from Addressables profiler\" warning occurs when a scene is unloaded.\n- Fixed an exception getting thrown in the Addressables Report when drilling into a bundle chain\n- Fixed string deduplication in binary catalogs.  Certain data sets were causing data to expand."},"type":"assets","unity":"2023.1","upmCi":{"footprint":"120f3243eb4e65ab892935ef47ed96735cf484e3"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"a4b05e52b30fdc6baa0dfc804e1adce171ec49b5"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@2.0/manual/index.html","name":"com.unity.addressables","version":"2.0.3","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.profiling.core":"1.0.2","com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"2.0.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"d1eb83180b5b9b9523afe21ea31418e651ca9700","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-2.0.3.tgz"}},"1.21.17":{"_upm":{"changelog":"- Fixed issue where sprite is missing normal texture when using \"Use Existing Build\" build mode\n- Fixed a bug where a GUI style was misspelled in the Editor and was recently fixed\n- Fixed an issue where asset loading would occasionally stop working if domain reload was disabled"},"type":"assets","unity":"2019.4","upmCi":{"footprint":"4dc1715b88796c91001041527ff35409734bc7b2"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"e66f4cab999f27fcbd7c08e8a6e7734a3a987875"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.17","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.9","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"07c9c45ea2bed5083e6f306038d1a0f269d9eda0","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.17.tgz"}},"1.21.15":{"_upm":{"changelog":"- Fixed an issue where using binary catalogs causes a crash on Android with ARM7.\n- DownloadDepedenciesAsync no longer loads asset bundles into memory\n- Fixed a bug where a GUI style was misspelled in the Editor and was recently fixed\n- Fixed an exception getting thrown in the Addressables Report when drilling into a bundle chain"},"type":"assets","unity":"2019.4","upmCi":{"footprint":"a496399c62cdf3d27472d69157ce7da743931d28"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"b6e4f321768265894baab72ca85cb8b8877ffbd4"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.15","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.8","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"6728abd3e9ff4c4d12cafc490ca2c3257a0be463","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.15.tgz"}},"1.21.14":{"_upm":{"changelog":"- Fixed an issue where CleanBundleCache was giving an invalid handle error when Send Profiler Events was turned on\n- Fixed issue where provider data wasn't set for catalog downloads, so web request timeouts would default to 0 instead of the given value\n- Added the ability to manage Addressables labels from the asset inspector\n- Fixed an issue where the Addressables build cache would get cleared even if you pressed no in the popup window.\n- Optimised gc allocations with Addressables profiling module data transfer.\n- Fixed issue with binary catalog and asset bundle download redirect limit causing an error when set to -1 (default)\n- Fixed issue where player preferences for logging runtime exceptions weren't being compiled out using the Editor scripting define\n- Fixed an issue where in some cases sprites would not load properly when using a binary catalog"},"type":"assets","unity":"2019.4","upmCi":{"footprint":"2acf73f99a6740ed573e7f4b0848f76d80d36424"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"cca77c1bbecdfe2a0204e60d45fbe3a5b6b4b811"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.14","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.7","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"f02df9c44cb4882ad7751d068b283fe3bf179709","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.14.tgz"}},"1.21.12":{"_upm":{"changelog":"- Fixed issue with a potential race conditon when calling GetAssetBundle to load local files using WaitForCompletion\n- Fixed compiler error when using the profiler module on a noncaching platform.\n- Fixed issue where stack overflow occurs for http requests on Unity 2022.1+ when insecure requests are disallowed.\n- Added groups field to Inspector and move assets popup.\n- Fixed issue where sprite atlas cannot be assigned to an AssetReferenceAtlasedSprite."},"type":"asset","unity":"2019.4","upmCi":{"footprint":"9f80c82ecc1942f2b33f7127eb1276485b3045b2"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"7fd90c8ec6027a1b533ef270b9067262eb8d6e3e"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.12","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.5","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"fad4d62abe37d913fe8edd6d666823dd2e2ba7da","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.12.tgz"}},"1.21.10":{"_upm":{"changelog":"- Fixed Addressables profiler not correctly displaying loaded Asset subObjects where a Asset was loaded due to a direct reference to one of its subObjects.\n- Fixed an issue where bundles built with the Append Hash to FIlename bundle naming option had strange interactions with the Prevent Updates option\n- Improved performance of BuildLayoutGenerationTask"},"type":"asset","unity":"2019.4","upmCi":{"footprint":"51c49ea5cc95cd4d1de19971b606a09ff19d2a06"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"1ecf2104cf929f1dcf4118f319fcce28047673c8"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.10","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"a9af97cbb39369ce802f1e3d3e8b9642cad8a300","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.10.tgz"}},"1.21.9":{"_upm":{"changelog":"- Removed code within WriteObjectToByteList that would never be reached\n- Fixed an issue where SceneOps would have update called on them twice per frame\n- Fixed an issue where in some circumstances an Operation would continue to have update called on it even after it finished.\n- Fixed an issue with Labels window after a domain reload causing a null reference exception.\n- Added Remove all unused labels option to labels popup window.\n- Fixed issue when not including the address and guid in catalog using content update workflow, would always indicate the asset as changed\n- Fixed Addressables profiler module help links to documentation.\n- Fixed issue where scenes unloaded due to another scene loading in single mode, would result in the profiler module still reporting the scene as loaded.\n- Groups window will now show labels of entries that are not a part of the settings.\n- Fixed 404s when uploading files with incorrect environment ID\n- Fixed issue where BuildLayoutGenerationTask would sometimes fail in large projects"},"type":"asset","unity":"2019.4","upmCi":{"footprint":"5d9ed8ec49b8d3cd59d09bc7b1e294a22346f361"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"4af883961d7741769a2318578b3405c71bd2d7a6"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.9","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"72d1aed204622bf8f5fb0784c9d0b093fe6264c0","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.9.tgz"}},"1.21.8":{"_upm":{"changelog":"- Optimised PostProcessBundles\n- Fixed issue where having a runtime profile variable or property to evaluate web urls on Windows platforms can result in malformed urls.\n- Fixed possible `NullRefernceException` when importing new assets and `AddressableAssetUtility+SortedDelegate,Register` was called.\n- Fixed an issue where EditorGUI.changed would not be properly set in certain circumstances when updating AssetReferences using the inspector\n- Fixed CCD build and release to properly upload static groups\n- Fixed CCD build and release to allow both static and managed groups in the same profile\n- Include additional object dependency information in build layout report\n- Addressables Profiler module compatible with Unity Editor 2022.2+\n- Addressables Build Report window added. Compatible with Unity Editor 2022.2+"},"type":"asset","unity":"2019.4","upmCi":{"footprint":"6c922adfffd6a4312b0f75bd0293c7c1e7b170e6"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"983b68f6151bf3c52a38fd509d418d1369086e63"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.8","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"c4afa17427ad629285c593647e3a16e7d871fc45","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.8.tgz"}},"1.21.3":{"_upm":{"changelog":"- Optimised PostProcessBundles\n- Fixed issue where having a runtime profile variable or property to evaluate web urls on Windows platforms can result in malformed urls.\n- Fixed possible `NullRefernceException` when importing new assets and `AddressableAssetUtility+SortedDelegate,Register` was called.\n- Fixed an issue where EditorGUI.changed would not be properly set in certain circumstances when updating AssetReferences using the inspector\n- Fixed CCD build and release to properly upload static groups\n- Fixed CCD build and release to allow both static and managed groups in the same profile\n- Include additional object dependency information in build layout report\n- Addressables Profiler module compatible with Unity Editor 2022.2+\n- Addressables Build Report window added. Compatible with Unity Editor 2022.2+"},"type":"asset","unity":"2019.4","upmCi":{"footprint":"b09026fdef47759ea53edb715483d664ae25b805"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"0ca356afa58812a67cd094dc54dd4df06efb93cb"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.3","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"d16efc07623a0cbbb1a6b5d57fb32be65c672fc3","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.3.tgz"}},"1.21.2":{"_upm":{"changelog":"- Fixed issue where folders in Groups window would display the subObjects of assets without expanding the assets.\r\n- Added the ability to copy a subAsset address to clipboard from right click.\r\n- Fixed bundle naming mode option names being unclear when selecting multiple groups.\r\n- Optimised string usage across package\r\n- Updated the way that the Build Layout calculates efficiency to base it off of the dependent file sizes instead of the dependent file count\r\n- Fixed issue where Addressables inspector would not show until Addressables settings have been initialised\r\n- Fixed issue where editor only assets would be marked as changed in the Check for Content Update restrictions window"},"type":"asset","unity":"2019.4","upmCi":{"footprint":"5b15d043a5a650aa946f7ebb6f696e9c22f75431"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"2745ec8bd6963ed203f50caddd11c9eba2614f5a"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/index.html","name":"com.unity.addressables","version":"1.21.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"d258186e6d4676d962c58968eb6f6c55c2a4c304","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.2.tgz"}},"1.21.1":{"type":"asset","unity":"2019.4","upmCi":{"footprint":"77bea3604ee3227246ac04ec0c0051bcd2e41074"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"c17ad7379e2d92336aa100abb41c8f86536affc2"},"name":"com.unity.addressables","version":"1.21.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.21.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"be21806bc3b128729614c2a13c1867db87d4ba99","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.21.1.tgz"}},"1.20.5":{"type":"asset","unity":"2019.4","upmCi":{"footprint":"6cdc743fe0e4cce3d3682685be9937ae7697368f"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"9eff436324157f2516645735c070f9de223019fb"},"name":"com.unity.addressables","version":"1.20.5","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.20.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"613a43ac02f083abc8f47847c877b87f91e130eb","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.20.5.tgz"}},"1.20.3":{"_id":"com.unity.addressables@1.20.3","_upm":{"changelog":"- Added documentation to several areas (Build, Settings, Profiles, Catalogs, Runtime loading).\r\n- Fixed issue where GatherAllAssets filter would still return subObjects of filtered Assets.\r\n- Fixed issue where content update entries dependent on modified entries and not found as modified by check for content update restrictions\r\n- Fixed issue where the notification for changed static content wasn't getting cleared for assets inside of folders.\r\n- Fixed issue where Sprites belonging to a Sprite Atlas aren't assignable to an AssetReferenceSprite field.\r\n- Fixed issue where RefreshGlobalProfileVariables is called during script compilation.\r\n- Fixed issue where UnauthorizedAccessException occurs when lacking permissions to cache a remote catalog.\r\n- Fixed stack overflow with SortedDelegate and Addressables OnPostProcessAllAssets occurred during invoke a queued invoke and registering a new delegate.\r\n- Fixed issue where SceneLoadParameters were not used when using LoadSceneAsync using SceneLoadParameters.\r\n- Fixed issue where Schema gui with List members would not save when editing in the Group inspector.\r\n- Fixed issue where Serializable types of structs and class members of MonoBehaviour or ScriptableObjects would be returned as a location with GetResourceLocations but would not be loadable.\r\n- Fixed issue where setting default group does not dirty settings. Causing a reload to reset to previous default group.\r\n- Added updated documentation for the 1.20 Content Update workflows\r\n- Fixed issue where AssetReference subasset popup text is always white regardless of Editor skin.\r\n- Fixed issue where newly created assets would not show the Addressables inspector until after a domain reload.\r\n- Optimised Build pass Post Process Bundles when running on a large number of asset dependency trees.\r\n- A warning now gets printed if caching data fails due to Application.persistentDataPath being an empty string\r\n- Fixed issue where pressing the Reset button on the Hosting window would not assign a new random available port number.\r\n- Fixed bug where WaitForCompletion could hang indefinitely under certain race conditions (primarily on Android)\r\n- Fixed a bug where calling WaitForCompletion on a LoadAssetAsync call that was loading from Resources would freeze the editor."},"type":"asset","_from":"file:/tmp/com.unity.addressables@1.20.3-50a880fi.tgz","unity":"2019.4","upmCi":{"footprint":"341f6064b6dc63bc0c57e47bdcca60f9c5a44aab"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/tmp/com.unity.addressables@1.20.3-50a880fi.tgz","_integrity":"sha512-Kgp0RSeVy/i9mZTYagFxn0BBORwzyvHCJG+zCUwlvE9HUz7CsmYOkUl9okSUykH6GSKGBYHTZMZpIJdKYQz/hA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"3f7d9cb75a18834feebead299cb25984481580c7"},"_npmVersion":"7.5.2","_nodeVersion":"12.22.5","name":"com.unity.addressables","version":"1.20.3","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.20.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"2b5ebf3b4d84bd13fb6b534c6dabed67632b55e3","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.20.3.tgz"}},"1.20.0":{"_id":"com.unity.addressables@1.20.0","_upm":{"changelog":"- Added ability to get the download size of a given Content Catalog by its resource location\r\n- Add option to save the bundle build layout report as a json or txt file in the Preferences window.\r\n- Added sample for resolving duplicate dependencies to multiple groups.\r\n- AddressableAssetProfileSettings.GetProfileDataById and AddressableAssetProfileSettings.GetProfileDataByName public\r\n- Added ability to load scenes using SceneLoadParameters through Addressables API.\r\n- Made the following API public:\r\n  - AsyncOperationHandle.IsWaitingForCompletion\r\n  - AssetBundleResource.LoadType\r\n  - AssetBundleResource.GetLoadInfo()\r\n  - AssetBundleResource.GetAssetPreloadRequest()\r\n  - AssetBundleResource.Start()\r\n  - AssetBundleResource.Unload()\r\n  - WebRequestQueueOperation.Result\r\n  - WebRequestQueueOperation.OnComplete\r\n  - WebRequestQueueOperation.IsDone\r\n  - WebRequestQueueOperation.WebRequest\r\n  - WebRequestQueueOperation.ctor()\r\n  - WebRequestQueue.SetMaxConcurrentWebRequests()\r\n  - WebRequestQueue.QueueRequest()\r\n  - WebRequestQueue.WaitForRequestToBeActive()\r\n  - ResourceManagerConfig.ExtractKeyAndSubKey()\r\n  - UnityWebRequestUtilities.RequestHasErrors()\r\n  - UnityWebRequestUtilities.IsAssetBundleDownloaded()\r\n  - UnityWebRequestResult.Error.set\r\n  - UnityWebRequestResult.ShouldRetryDownloadError\r\n- Made the following API protected:\r\n  - AssetBundleProvider.UnloadingBundles.get\r\n  - AsyncOperationBase.ReferenceCount\r\n  - AsyncOperationBase.IncrementReferenceCount\r\n  - AsyncOperationBase.DecrementReferenceCount\r\n- Added functionality to extend groups window build menu with pre and post build methods\r\n- Fixed issue where custom analyze rules that are subclasses cannot be registered.\r\n- Added more tooltips to UI\r\n- Fixed issue where loading assets using a Location without initialising first would not initialise Addressables.\r\n- Content Update workflow has been changed to be more streamlined.  New settings have been added to handle Content Update and the previous state .bin file can now be automatically loaded instead of requiring manual selection.\r\n- Set default max concurrent Web requests value to 3.\r\n- Pre-cache delegate list for Completed and CompletedTypeless to reduce GC allocation.\r\n- Fixed issue where Scenes can be incorrectly reported as being in multiple bundles with Bundle Layout Preview analyze rule\r\n- Fixed bug where requests for a ResourceLocation that pointed to a scene in an Addressable folder wasn't returning the location\r\n- Fixed issue where content update could fail to update built-in shaders and monoscript bundles to load from the correct location.\r\n- Cache results of FindEntry to improve performance when no changes are made.\r\n- Fixed an issue where the AddressableAssetEntry returned by GetFolderSubEntry would not include the labels of the entry\r\n- Fixed issue where inherited fast mode scripts would fail to use instance and scene providers set for that build script object.\r\n- Fixed issue where multiple AssetReferences could not be dragged and dropped to a list or array.\r\n- Improved performance when deleting Addressable Asset Groups."},"type":"asset","_from":"file:/tmp/com.unity.addressables@1.20.0-4gl4ty58.tgz","unity":"2019.4","upmCi":{"footprint":"edf075b68ae4bd768ddec0aefa480355db958991"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/tmp/com.unity.addressables@1.20.0-4gl4ty58.tgz","_integrity":"sha512-CYbyFJo9dlW0c3q+D6p1L13/z3kY2IvcMAybmGCuP/UIeBUcwz/gyxSSorA7iIFGh/7qV4qww53+aHzB7GfpJA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"62eeddf260866c0c536e22d7d95da54080ecf0a8"},"_npmVersion":"7.5.2","_nodeVersion":"12.22.5","name":"com.unity.addressables","version":"1.20.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.6","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"d7d3d373f6bab4c67c1b56bebf05230f87fd9dc9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.20.0.tgz"}},"1.19.19":{"_id":"com.unity.addressables@1.19.19","upm":{"changelog":"- Improved message of InvalidKeyException errors.,- Improved exception message of RemoteProviderExceptions,- Fixed issue where Clear Cache Behavior setting was getting reverted when changed while multi-selecting schemas,- Fixed an issue where when building with Missing References in the groups window a NullRefException would occur,- Added documentation explaining why the user might hit a deadlock when calling WaitForCompletion when loading multiple scenes in succession,- Fixed issue where DownloadDependenciesAsync with merge mode did not unload AssetBundles correctly,- Added ComponentReference and Custom Analyze Rule to Samples folder.,- Fixed issue where BundledAssetGroupSchema custom paths reset to default local paths after a domain reload.,- Added assemblyInfo to manage visible internals,- Fixed issue causing InvalidOperationException when loading Addressable Settings from OnPostProcessAllAsset during a project load without a cached AssetDatabase,- Fixed an issue where calling LoadSceneAsync.WaitForCompletion immediately after loading a scene singly would cause a freeze"},"type":"asset","_from":"file:/tmp/com.unity.addressables@1.19.19-fuia3cia.tgz","unity":"2019.4","upmCi":{"footprint":"69a0ec9ac0d649931fd174de8af7cbe3ce5cc509"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/ComponentReference","description":"This sample creates an AssetReference that is restricted to having a specific Component. See the ComponentReference sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"ComponentReference"},{"path":"Samples~/CustomAnalyzeRules","description":"This sample shows how to create custom AnalyzeRules for use within the Analyze window. Both rules follow the recommended pattern for adding themselves to the UI. See the Custom Analyze Rules sample project located at github.com/Unity-Technologies/Addressables-Sample","displayName":"Custom Analyze Rules"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/tmp/com.unity.addressables@1.19.19-fuia3cia.tgz","_integrity":"sha512-Jt83iXSSyBpwpKk5sEwgFF01ahguMY47tlzh7IBHCTMnywrFFb0XnUBtSUD1hhABEdpTmC0qvAHGSPcVfP2Rbw==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"2ac2ed2277c173a9a41ffeafa080525578c38e4f"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.19.19","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.6","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"a1d977c098166fc4af275b5f1c7b80f43b181f25","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.19.tgz"}},"1.19.18":{"_id":"com.unity.addressables@1.19.18","type":"asset","_from":"file:/tmp/com.unity.addressables@1.19.18-15ljqby4.tgz","unity":"2019.4","upmCi":{"footprint":"b3542c9866278d84e84e7d27be8b802fe97da190"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/tmp/com.unity.addressables@1.19.18-15ljqby4.tgz","_integrity":"sha512-/NO3Z6iZH+G/vvsSRDIOprg8mI3tZSg1+qjqHvfUMXqT7fn+JTdsEqIzX+fIoAyCNTs4+HNUvrv2QwgFwkuZSQ==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"7430a17e265967737a63efcf96f3e74aef76b8b4"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.19.18","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.6","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"abfd8de87d25a994c3e620b520b1a6217a52d6ae","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.18.tgz"}},"1.19.17":{"_id":"com.unity.addressables@1.19.17","type":"asset","_from":"file:com.unity.addressables-1.19.17.tgz","unity":"2019.4","upmCi":{"footprint":"7ae87e686b34af72a2dc2e7b5f8b408c78614193"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/pkgprom/com.unity.addressables-1.19.17.tgz","_integrity":"sha512-kIVZs8PH2AaiKf+2sx97R2PmRrs+Qa+uKeZAKn+Eb9/mR2WdvO7EU6YHqaePLoRU/RqPiRVgDLVXd8owX1Y9ug==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"7be4014159163b134b4a460f691b9f3ffb5bbc64"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.19.17","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.5","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"055d30032b28ede91b68562bdc3e8a17300523a9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.17.tgz"}},"1.19.15":{"_id":"com.unity.addressables@1.19.15","type":"asset","_from":"file:com.unity.addressables-1.19.15.tgz","unity":"2019.4","upmCi":{"footprint":"551241c2058eb2378183eaead8dc353001ff425e"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/pkgprom/com.unity.addressables-1.19.15.tgz","_integrity":"sha512-slHKVQ6KbcCmqn7HZ3CxXGOBaAKWtCaWvNUfbcfZvjZAUa6qo0UfGvnQq9uCj/8VT8bdWj6ocueb/IH0dAth8Q==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"766b92d8bf75d9d86f8c8de26d8409ae166f84dd"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.19.15","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.5","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"73ed430e63c76c08058122c6855b6419fe440f53","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.15.tgz"}},"1.19.14":{"_id":"com.unity.addressables@1.19.14","type":"asset","_from":"file:com.unity.addressables-1.19.14.tgz","unity":"2019.4","upmCi":{"footprint":"fb23c2acf23b281d0c319b8cf4eaa4bd5fe60255"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/pkgprom/com.unity.addressables-1.19.14.tgz","_integrity":"sha512-B+DM40GYUQUMggmzHgQebmcG068rc0y2gzBAFKtBU/dyGnPjByQW9FK2QuAGQAYsBSSHTcBVkH17zfwcLyxAdQ==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"2f2f6d64d36d06cfbd51d6f1eae1b0c1cb0ebd48"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.19.14","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.4","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"990433403d2a798bc3fbd125fba0aa7a05d5336b","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.14.tgz"}},"1.19.13":{"_id":"com.unity.addressables@1.19.13","type":"asset","_from":"file:com.unity.addressables-1.19.13.tgz","unity":"2019.4","upmCi":{"footprint":"034a43f97aed757bba6233814599966361fffaa1"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/CustomBuildAndPlaymodeScripts","description":"Example custom build and play mode scripts provided.  Along with a README discussing how to add them to the Addressables system.","displayName":"Custom Build and Playmode Scripts"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/pkgprom/com.unity.addressables-1.19.13.tgz","_integrity":"sha512-9qd4dm84SLAxOHbjTJjSvBy7XeCExyUuRzGMUA/tyIbm+7XTnmOPEqPFjuGDO5tfZYsJJHjOCCVAsKUg8VCPKA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"c1efa1cfd8c5d9fe3dabf5a3f1c124f55a9da3a8"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.19.13","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.4","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"4b16dff4edfee069e82f92b5af7597bfae987ff1","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.13.tgz"}},"1.19.11":{"_id":"com.unity.addressables@1.19.11","type":"asset","_from":"file:com.unity.addressables-1.19.11.tgz","unity":"2019.4","upmCi":{"footprint":"26fb878eb2d384ec16e99a5c37c10db52455fe71"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/pkgprom/com.unity.addressables-1.19.11.tgz","_integrity":"sha512-9/1DouSBVGXPfVXql0z3KgwTrjKQ6XLsrbRWt9OE+y4eM86ECchS9nufsovtGeFFQ1OxrZOwUbXMnn/wXegmww==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"461277c23420bea0d6e57f13919a4f40b7efca75"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.19.11","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"e737754867f453030daab332d3a4485e5209c68e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.11.tgz"}},"1.18.19":{"_id":"com.unity.addressables@1.18.19","type":"asset","_from":"file:com.unity.addressables-1.18.19.tgz","unity":"2018.4","upmCi":{"footprint":"53363b22d657faa6828f1177d5a3e9dc17119f61"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/pkgprom/com.unity.addressables-1.18.19.tgz","_integrity":"sha512-WDzPAY2L+4y9ODUoHToXfzt8+J5RxPT3LKIqLpKBGnngxJbhRGFvAYgFqmOt9QaglElwYKuvb8mqOD2doK2vTw==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"eb086c67e6a325f887f087e89a7be9a364fcfe4d"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.18.19","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"c0e01b996cadaafb9fcf5e3c09a5f42969e0346e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.18.19.tgz"}},"1.19.9":{"_id":"com.unity.addressables@1.19.9","type":"asset","_from":"file:com.unity.addressables-1.19.9.tgz","unity":"2019.4","upmCi":{"footprint":"c64a636af6f5dd20230c7fa1c3099e4d88738651"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/pkgprom/com.unity.addressables-1.19.9.tgz","_integrity":"sha512-uXUU3DbacZUjCcazWBQCeDlByhLF9IGM8otPbOntzUjC/TbFEkslADX6dXweh1eV8gE3M2LhuLn4Lokno2XWUA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"8c308ac7c6b21457e076d1360a4d07c5d3361316"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.19.9","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"57f2e6501c5d1ec9f63b5765e89245a77b0e8dda","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.9.tgz"}},"1.18.16":{"_id":"com.unity.addressables@1.18.16","type":"asset","_from":"file:com.unity.addressables-1.18.16.tgz","unity":"2018.4","upmCi":{"footprint":"6e0fc3293832c6289574449b189d5dd72e9826be"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/pkgprom/com.unity.addressables-1.18.16.tgz","_integrity":"sha512-rxuM/Vr2+GP1LANXLVCJmVo3TVdr9xVW9wkQ5yMCdwUSMh+c9D/uHPN4ksOzfD2CMypfgrihoZ5fvfpfUK6ETQ==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"99678b63e8460876ddbc65368d04e056df07be1c"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.18.16","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"52b3ab1dfa77cf83eb2ff7691c4193bf83895df7","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.18.16.tgz"}},"1.19.6":{"_id":"com.unity.addressables@1.19.6","type":"asset","_from":"file:com.unity.addressables-1.19.6.tgz","unity":"2019.4","upmCi":{"footprint":"0763f5cd80478fb5c4f710c68e1654431d5863c1"},"samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"/pkgprom/com.unity.addressables-1.19.6.tgz","_integrity":"sha512-8ace6yzXNszyAE64Y24hk+eUI+q+2FlzrDJc2MQe+lWXcYNsgSuTU5UrSLvzFU3AvN7nKUfi0qdRl65rMPyWAw==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"c8de39564d96461d0cc19d4a4cac722c6aa379af"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.addressables","version":"1.19.6","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"d96e24b278885b434415ed091854b17a7b1267d9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.6.tgz"}},"1.19.4":{"_id":"com.unity.addressables@1.19.4","type":"asset","_from":"file:com.unity.addressables-1.19.4.tgz","unity":"2019.4","upmCi":{"footprint":"1527e7b598325efaba45392f93f7c0f981979073"},"readme":"Addressable Assets info placeholder\r\n","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"71d56753f5c75e03620e2e6539b9b74c0493a105"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.19.4","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"fc76da3085a718a8990b49e60e73006f0cb6b426","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.19.4.tgz"}},"1.18.15":{"_id":"com.unity.addressables@1.18.15","type":"asset","_from":"file:com.unity.addressables-1.18.15.tgz","unity":"2018.4","upmCi":{"footprint":"e2b0f660313e0472439fb54a43cf935f7d069e3a"},"readme":"Addressable Assets info placeholder\r\n","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"a47f367eb3d1a9824c6411750cbbcb8a6b4aabda"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.18.15","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"dd7dcb9630a911708f98023d277428545f55667f","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.18.15.tgz"}},"1.18.13":{"_id":"com.unity.addressables@1.18.13","type":"asset","_from":"file:com.unity.addressables-1.18.13.tgz","unity":"2018.4","upmCi":{"footprint":"1cd1bd6a7a4fdbcc1453c7c2aa8a982e3b8b3bef"},"readme":"Addressable Assets info placeholder\r\n","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"81df6d1c19bda49913cb4124a0a58a736bddb760"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.18.13","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"a2411d945b9e67a180134ef27edb382851569cc9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.18.13.tgz"}},"1.18.11":{"_id":"com.unity.addressables@1.18.11","type":"asset","unity":"2018.4","upmCi":{"footprint":"63f44a12ac7b682878708297d046f1f9a3f754f1"},"readme":"Addressable Assets info placeholder\r\n","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"89efc9676f93524873726099d5b2dcb803322bb7"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.18.11","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"7b19c9597faad9c7f768b69db949e843d066bec4","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.18.11.tgz"}},"1.18.9":{"_id":"com.unity.addressables@1.18.9","type":"asset","_from":"file:com.unity.addressables-1.18.9.tgz","unity":"2018.4","upmCi":{"footprint":"baab8e83bf1f1b32dd3cd9db6da06f4982e19cda"},"readme":"Addressable Assets info placeholder\r\n","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/ImportExistingGroup","description":"A tool that imports group assets (for example from a custom package) to the current project.","displayName":"Import Groups Tool"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_npmUser":{"email":"mike.adkins@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"0fc62dc1024e533883dfa7a8485a6a1e6ae99e0a"},"_npmVersion":"6.14.11","_nodeVersion":"14.16.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.18.9","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.19.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"befc03322aac6d586494a7ffd37ee73833435132","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.18.9.tgz"}},"1.18.4":{"_id":"com.unity.addressables@1.18.4","type":"asset","_from":"file:com.unity.addressables-1.18.4.tgz","unity":"2018.4","upmCi":{"footprint":"8d9efce387cd5072bfe96fe8672c09cb679438c7"},"readme":"Addressable Assets info placeholder\r\n","samples":[{"path":"Samples~/AddressablesUtility","description":"This sample contains a set of utility functions for Addressables.","displayName":"Addressables Utility"},{"path":"Samples~/DisableAssetImportOnBuild","description":"A script that disables asset importing during a player build.  This improves build performance since AssetBundles are copied into StreamingAssets at build time.","displayName":"Disable AssetImport on Build"},{"path":"Samples~/PrefabSpawner","description":"A basic script that instantiates and destroys a prefab AssetReference.","displayName":"Prefab Spawner"}],"_npmUser":{"email":"mike.adkins@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"cb4e6f60b4355966681a164019a82d71abbd0524"},"_npmVersion":"6.14.11","_nodeVersion":"14.16.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.18.4","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.18.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"1dfab49de377d543a448fbcebe562bfcdd91cfa6","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.18.4.tgz"}},"1.18.2":{"_id":"com.unity.addressables@1.18.2","type":"asset","unity":"2018.4","upmCi":{"footprint":"1cb10afb3f45099a2fd5abdd5e83233d57512dde"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"25f047e0ae53fa81e049cb1dcd2d83962d7c45d0"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.18.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.18.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"c026a12419aadf6d023a2e068e0190dc445c1894","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.18.2.tgz"}},"1.16.19":{"_id":"com.unity.addressables@1.16.19","type":"asset","unity":"2018.4","upmCi":{"footprint":"5090b8e50c1c58094e77ec5a07f4552bcfa05ae9"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"409be64ae2451fbde6a6e3e6fb1d6b7a1aa9a18c"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.19","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.15.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"3604fd2eec8a5540a612a79087bc6ff26114c2e7","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.19.tgz"}},"1.17.17":{"_id":"com.unity.addressables@1.17.17","type":"asset","unity":"2018.4","upmCi":{"footprint":"b6a887fb5f65639abfebacccf789c2b52f96e8e7"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"5f320dbae7f51e878dec68116fcd9c5dc5aa4cbc"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.17.17","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.17.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"1964d1dd96298c6b3be2d6733c8d35512a0b180f","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.17.17.tgz"}},"1.16.8":{"_id":"com.unity.addressables@1.16.8","type":"asset","_from":"file:com.unity.addressables-1.16.8.tgz","unity":"2018.4","upmCi":{"footprint":"f4e4e785f695a55b72fc9671784d3c363e317d1b"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{"email":"mike.adkins@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"defa3df5b741534bf61c24efd27085fb9371dc49"},"_npmVersion":"6.14.11","_nodeVersion":"14.16.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.8","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.14.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"921221916922bea8c0fabe2328bbd371e22205d5","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.8.tgz"}},"1.17.15":{"_id":"com.unity.addressables@1.17.15","type":"asset","_from":"file:com.unity.addressables-1.17.15.tgz","unity":"2018.4","upmCi":{"footprint":"019bb8103921f5098011d91d53303c36e33ae64e"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{"email":"mike.adkins@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"d0430a1aeb7ee2d50d51fbb97b4cd71bf8ae5f26"},"_npmVersion":"6.14.11","_nodeVersion":"14.16.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.17.15","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.17.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"3bb093bdff01d0a3f4a085072f612bc33239ac72","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.17.15.tgz"}},"1.17.13":{"_id":"com.unity.addressables@1.17.13","type":"asset","unity":"2018.4","upmCi":{"footprint":"609bd5ae506a26b71aa65cc109d3da4d53aa40fe"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"cb0ee07235216ca0a1a1acd97c28c75395545582"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.17.13","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.17.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"17b5a59a6b8222edcd7d1bdbfb47d19f53e245b0","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.17.13.tgz"}},"1.17.6-preview":{"_id":"com.unity.addressables@1.17.6-preview","type":"asset","_from":"file:com.unity.addressables-1.17.6-preview.tgz","unity":"2018.4","upmCi":{"footprint":"858dec334c0249f672ea89cac43e598beade3c01"},"readme":"Addressable Assets info placeholder\r\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"fa4cd10490da61cfec184f2459296d15c58cf700"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.17.6-preview","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.16.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"707fe57c09e1b30e7f3ab8fe286cb2c6296ca99c","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.17.6-preview.tgz"}},"1.17.5-preview":{"_id":"com.unity.addressables@1.17.5-preview","type":"asset","_from":"file:com.unity.addressables-1.17.5-preview.tgz","unity":"2018.4","upmCi":{"footprint":"7c92ced92f46f1a184e431971e901a0a066f70a3"},"readme":"Addressable Assets info placeholder\r\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"a470170b08a0bd5491c93a3784bcfe0ae73c4e0b"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.17.5-preview","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.16.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"66d8f7fd30702f04bb9c600446c688d0451e7843","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.17.5-preview.tgz"}},"1.17.4-preview":{"_id":"com.unity.addressables@1.17.4-preview","type":"asset","_from":"file:com.unity.addressables-1.17.4-preview.tgz","unity":"2018.4","upmCi":{"footprint":"4c08818343b1e7e50ac783bd304e353f92a54849"},"readme":"Addressable Assets info placeholder\r\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"e6279a32e13b388a0a9aa7826f7cb163b36eddef"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.17.4-preview","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.16.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"cd5dd40ede9e4c96d8495534f3b872753d005fc7","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.17.4-preview.tgz"}},"1.16.16":{"_id":"com.unity.addressables@1.16.16","type":"asset","unity":"2018.4","upmCi":{"footprint":"86de4a0cb6b2b8d4652802e07f1c5b0bea2d0426"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"c238142d6dd78f465fa645cb6b4671ab3472ec99"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.16","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.15.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"0467c6349725809c65b5db0f48aeb8ccec9a8be9","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.16.tgz"}},"1.17.2-preview":{"_id":"com.unity.addressables@1.17.2-preview","type":"asset","_from":"file:com.unity.addressables-1.17.2-preview.tgz","unity":"2018.4","upmCi":{"footprint":"abd6e6254784bd14eff2bf2091644b22529c1bea"},"readme":"Addressable Assets info placeholder\r\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"59c035bef2a9201c356e1ed5123dbd6b701c095b"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.17.2-preview","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.15.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"b4bb029370d323465f69cd2bbfe7b640b6fae01e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.17.2-preview.tgz"}},"1.17.0-preview":{"_id":"com.unity.addressables@1.17.0-preview","type":"asset","_from":"file:com.unity.addressables-1.17.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"5ab4b49bd63f007f16dc8099be1f8a8df1056534"},"readme":"Addressable Assets info placeholder\r\n","_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"365d1897ee49cd15c1844bb93c11936b375a8d18"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.17.0-preview","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.15.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"52006e0af4f788f9e681234bf6f8cefab70878b8","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.17.0-preview.tgz"}},"1.16.15":{"_id":"com.unity.addressables@1.16.15","type":"asset","unity":"2018.4","upmCi":{"footprint":"11bd74498ed2da478077194f72b0b430bc78b9de"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"e42d3d65414a380a92d7829ee38148563d0908a8"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.15","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.15.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"6af1b826efbc8c41bb21f548b5fcd3fc9b935d20","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.15.tgz"}},"1.16.13":{"_id":"com.unity.addressables@1.16.13","type":"asset","unity":"2018.4","upmCi":{"footprint":"2ef17e7919cd9f882bef5e686101ebb8316886df"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"d38e498c671748234e0b11e7e42e8fd4fdb3f6c9"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.13","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.15.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"c8e633f95d967623587c92a99816bd763558c21d","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.13.tgz"}},"1.16.12":{"_id":"com.unity.addressables@1.16.12","type":"asset","unity":"2018.4","upmCi":{"footprint":"f736eb3cb6ffb2be6ae5b391738de27571396585"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"5e701abc405eb6c86690891bffc4c0abb1244cae"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.12","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.15.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"213c005bbcb54a30299c1f5cd221c5b4981468f1","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.12.tgz"}},"1.16.10":{"_id":"com.unity.addressables@1.16.10","type":"asset","unity":"2018.4","upmCi":{"footprint":"265c8a7c2b92b9fae98023d02fada514b985b093"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"77a8e2e3bc47fd22d4f773d5b949d92bffda3036"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.10","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.14.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"3e2d010286ac76206b9ae8be81667365cc02f49c","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.10.tgz"}},"1.16.7":{"_id":"com.unity.addressables@1.16.7","type":"asset","unity":"2018.4","upmCi":{"footprint":"209337fd0fef2f8169885004ebb9b1cf75295a6a"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"91e25bfd2631ef0d729a689d95c0eed344dea37f"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.7","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.14.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"c70a25797396ec26243a7ff25cb9362dec4deb2a","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.7.tgz"}},"1.16.6":{"_id":"com.unity.addressables@1.16.6","type":"asset","unity":"2018.4","upmCi":{"footprint":"0e410c520bb21ce00b45bd0dc9b6686406105815"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"6683c498ceaf2082b74aab30f4088476204bdfd6"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.6","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.13.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"eacf9996cc735b9a0a68e5c61713de9c9635795f","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.6.tgz"}},"1.16.1":{"_id":"com.unity.addressables@1.16.1","type":"asset","unity":"2018.4","upmCi":{"footprint":"c76c8f694a6d3842848d0f23e4f9b71fca2ca580"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"c3157c20443b8af66c20503f38d5c66726e7e17e"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.16.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.12.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"76979d2e6ff93a908c904143d9873913f16e3a12","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.16.1.tgz"}},"1.8.5":{"_id":"com.unity.addressables@1.8.5","type":"asset","unity":"2018.4","upmCi":{"footprint":"1829e5ae3f45a323d119d4d68d6f0e36cef08aad"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"e7aa76a8b30a3b25e597bf2b40dd1b82e1bef3a0"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.8.5","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.7.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"1998da59f051f35a1d024f7530551c7fbd74d9d8","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.8.5.tgz"}},"1.15.1":{"_id":"com.unity.addressables@1.15.1","type":"asset","unity":"2018.4","upmCi":{"footprint":"6250c322b3963d614660908729f4cf5b3d9b3928"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"d489cd6c3b2725bf10d7d2e7b9a77d2100225fcb"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.15.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.11.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"b30d7680ffcc2d6a2059259e6180e0f88c1b9c1b","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.15.1.tgz"}},"1.14.2":{"_id":"com.unity.addressables@1.14.2","type":"asset","unity":"2018.4","upmCi":{"footprint":"6e6dacc5d5d459555845b7f394c37c4dc46e3c5c"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"c2b406223598e6f2ea290dbeff4f468ba70f5b75"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.14.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.11.1","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"64ca39f87310df0f68bdef23183390f5138a324e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.14.2.tgz"}},"1.13.1":{"_id":"com.unity.addressables@1.13.1","type":"asset","unity":"2018.3","upmCi":{"footprint":"1de513cb2bee7d0a4ff6db56e7be13cc0971fee4"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"8c9978278764fc053bed0af253168c273c823f77"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.13.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.10.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"796a60d7aa37a78cbb9031297e8059e15af41a93","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.13.1.tgz"}},"1.12.0":{"_id":"com.unity.addressables@1.12.0","type":"asset","unity":"2018.3","upmCi":{"footprint":"5b512e0bbdca10b26b88c93728430a880e9730f1"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"0f3c95e53798715c3c8df247ec6b919dfe5d2cf0"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.12.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.9.0","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"be19be0ad2e3a11d44a2e882d94abed3822a710d","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.12.0.tgz"}},"1.11.2":{"_id":"com.unity.addressables@1.11.2","type":"asset","unity":"2018.3","upmCi":{"footprint":"add893eaae4d7b7705a5ad1d23c847e4219c3847"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"05119ebff0b2cfd0f79afc5025d7c3b74e287579"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.11.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.8.6","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"6e41fd98aded379cbfe09530491c690db5717316","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.11.2.tgz"}},"1.10.0":{"_id":"com.unity.addressables@1.10.0","type":"asset","unity":"2018.3","upmCi":{"footprint":"a5300a7c2c6c8b46de75165336150a6a07049360"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"5ef79b707b963766b28b0b028e909d022eb26274"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.10.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.8.4","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"d5492e109b121538af01684df631f99353eaf0ad","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.10.0.tgz"}},"1.9.2":{"_id":"com.unity.addressables@1.9.2","type":"asset","_from":"file:com.unity.addressables-1.9.2.tgz","unity":"2018.3","upmCi":{"footprint":"15fae7ad84e5985673b12180e8199ec60056ac0d"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{"name":"charlesb@unity","email":"charlesb@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"7ab038b45d6b25f68457d46946b1e9d02a365de3"},"_npmVersion":"6.14.4","_nodeVersion":"12.16.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.9.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.8.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"845e13d1b80452ed35cbe0735289879e6e0bfbe1","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.9.2.tgz"}},"1.8.4":{"_id":"com.unity.addressables@1.8.4","type":"asset","unity":"2018.3","upmCi":{"footprint":"bb5f9496100b84629fb924e48d1d51dddb8ccf6c"},"readme":"Addressable Assets info placeholder\r\n","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"32be1f5874dbeb19b42f7e6d58f432437c6279f5"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.8.4","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.7.3","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"bf595f8acf8a26ad65e31cc187749d45204ca353","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.8.4.tgz"}},"1.8.3":{"_id":"com.unity.addressables@1.8.3","type":"asset","_from":"../../../var/folders/tn/t8btbstx12l33r08ww_2c0_1_q91g9/T/com.unity.addressables-1.8.3.tgz","unity":"2018.3","readme":"Addressable Assets info placeholder\r\n","_shasum":"0c3c8dbe596414091d9896e924257cbb3020607e","scripts":{},"_npmUser":{},"_resolved":"file:../../../var/folders/tn/t8btbstx12l33r08ww_2c0_1_q91g9/T/com.unity.addressables-1.8.3.tgz","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"7eaa175b8ede5d98238b85480077b0eef270ce1a","footprint":"bc00d5290a1468ed6479f8289db7459a1cd3c1b9"},"_npmVersion":"3.10.10","_nodeVersion":"6.10.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.8.3","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.7.2","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"0c3c8dbe596414091d9896e924257cbb3020607e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.8.3.tgz"}},"1.7.5":{"_id":"com.unity.addressables@1.7.5","type":"asset","_from":"../../../var/folders/tn/t8btbstx12l33r08ww_2c0_1_q91g9/T/com.unity.addressables-1.7.5.tgz","unity":"2018.3","readme":"Addressable Assets info placeholder\r\n","_shasum":"c49a354135c155ef32d2b22db720852344a7f5c4","scripts":{},"_npmUser":{},"_resolved":"file:../../../var/folders/tn/t8btbstx12l33r08ww_2c0_1_q91g9/T/com.unity.addressables-1.7.5.tgz","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"b0aa62836dd7b7afe2b514bcfd135d23fd914cfb","footprint":"382877549255ff1bb84c7a63dfa184607a58ecc6"},"_npmVersion":"3.10.10","_nodeVersion":"6.10.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.7.5","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.5.10","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"c49a354135c155ef32d2b22db720852344a7f5c4","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.7.5.tgz"}},"1.7.4":{"_id":"com.unity.addressables@1.7.4","type":"asset","_from":"..\\..\\..\\..\\MIKE~1.ADK\\AppData\\Local\\Temp\\com.unity.addressables-1.7.4.tgz","unity":"2018.3","readme":"Addressable Assets info placeholder\r\n","_shasum":"21ac3635f5e5335120014de7379dc3728b952100","scripts":{},"_npmUser":{},"_resolved":"file:..\\..\\..\\..\\MIKE~1.ADK\\AppData\\Local\\Temp\\com.unity.addressables-1.7.4.tgz","repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"6b79f542cec417e4c7933137d0beb0e673774646","footprint":"7621fd6602d732619b87ecb064501866a8a9d39c"},"_npmVersion":"3.10.10","_nodeVersion":"6.10.0","readmeFilename":"readme.md","name":"com.unity.addressables","version":"1.7.4","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.5.10","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"21ac3635f5e5335120014de7379dc3728b952100","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.7.4.tgz"}},"1.6.2":{"_id":"com.unity.addressables@1.6.2","type":"asset","unity":"2018.3","scripts":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"1f5bd9d45173a63526bc4c2f70fab4fe883d74c5","footprint":"e00f61f75d44a6746f052f5b1ba253af255ff3c9"},"name":"com.unity.addressables","version":"1.6.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.5.6","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"8138c7a990ba357719c4cb20f2d544b89f6df4e3","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.6.2.tgz"}},"1.6.0":{"_id":"com.unity.addressables@1.6.0","type":"asset","unity":"2018.3","scripts":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/Addressables.git","type":"git","revision":"0b920f41b1ec24735ff82ec5e414ac6339b65296","footprint":"63af97e1d2d78e52cfa3c07ba278b45728c108ed"},"name":"com.unity.addressables","version":"1.6.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.modules.assetbundle":"1.0.0","com.unity.modules.unitywebrequest":"1.0.0","com.unity.scriptablebuildpipeline":"1.5.4","com.unity.modules.unitywebrequestassetbundle":"1.0.0"},"dist":{"shasum":"39df9673600119b7280f8a782a34e75b844c7e50","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.6.0.tgz"}},"1.5.1":{"_id":"com.unity.addressables@1.5.1","type":"asset","unity":"2018.3","scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"f7230cfe7a5e49d8efc06db190eb8673864d1082"},"name":"com.unity.addressables","version":"1.5.1","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.4"},"dist":{"shasum":"4a0563ddd4199effafdd4747077a621e0b877207","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.5.1.tgz"}},"1.5.0":{"_id":"com.unity.addressables@1.5.0","type":"asset","unity":"2018.3","scripts":{},"repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"e1eb70460c13dd924688cf59d3e091561d3c1001"},"name":"com.unity.addressables","version":"1.5.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.4"},"dist":{"shasum":"12f9b503040807f23e92e12899f0506f828be91a","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.5.0.tgz"}},"1.4.0":{"_id":"com.unity.addressables@1.4.0","type":"asset","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"a17b7dbaf4146595c7fa3d90601807feda436221"},"name":"com.unity.addressables","version":"1.4.0","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.4"},"dist":{"shasum":"f3ff96a40c3378ba0f3e95f796e60fcf7877a932","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.4.0.tgz"}},"1.3.8":{"_id":"com.unity.addressables@1.3.8","type":"asset","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"e439c082f502c43ce435ea315259105818ae3d28"},"name":"com.unity.addressables","version":"1.3.8","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.4"},"dist":{"shasum":"91bdbec0373bfbb97691527daccd3821ed2ec7da","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.3.8.tgz"}},"1.3.3":{"_id":"com.unity.addressables@1.3.3","type":"asset","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"ba9dedd8823080f4c4bd88f385e833882d49fa66"},"name":"com.unity.addressables","version":"1.3.3","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.4"},"dist":{"shasum":"8afe5b0ea968e0ff9b77668314a039b69053c353","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.3.3.tgz"}},"1.2.4":{"_id":"com.unity.addressables@1.2.4","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"7409c2096a07e8bd064c9f96e68b91346aabd385"},"name":"com.unity.addressables","version":"1.2.4","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.2"},"dist":{"shasum":"d304ae0acd2a84894e0d77d4cd79c54dc25db422","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.2.4.tgz"}},"1.2.3":{"_id":"com.unity.addressables@1.2.3","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"b9a84db1d51b1913d194119d054ec992b0cc07be"},"name":"com.unity.addressables","version":"1.2.3","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.2"},"dist":{"shasum":"2a7065842444b54583ae236965e0d7fffe29d9b7","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.2.3.tgz"}},"1.2.2":{"_id":"com.unity.addressables@1.2.2","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"000360c836ebe487f5ce7d1a75428f08d28b0d6d"},"name":"com.unity.addressables","version":"1.2.2","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.\n\nFor usage samples, see github.com/Unity-Technologies/Addressables-Sample","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.2"},"dist":{"shasum":"90edb651adca562627ab23494a800bba942f5046","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.2.2.tgz"}},"1.1.10":{"_id":"com.unity.addressables@1.1.10","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"feeab367b101a12d5a04960d0d9b20b267c5726d"},"name":"com.unity.addressables","version":"1.1.10","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.2"},"dist":{"shasum":"ab10d089412e80efd6a832cde66092154f417842","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.1.10.tgz"}},"1.1.9":{"_id":"com.unity.addressables@1.1.9","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"c70f6073684c7fb939e79fb88ff1d10697698184"},"name":"com.unity.addressables","version":"1.1.9","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.2"},"dist":{"shasum":"076352e4df833f351ae89482a8920c0d6a5e881e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.1.9.tgz"}},"1.1.7":{"_id":"com.unity.addressables@1.1.7","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"b1a22897bc31191296b79d35326fae1bcf7b9ef1"},"name":"com.unity.addressables","version":"1.1.7","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.2"},"dist":{"shasum":"70d1c97593c7b74e98d155570a169af44858ede5","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.1.7.tgz"}},"1.1.5":{"_id":"com.unity.addressables@1.1.5","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"b76a987946490d87202d74272f097d8e0cc858ba"},"name":"com.unity.addressables","version":"1.1.5","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.1"},"dist":{"shasum":"6f27b710e18f735f5f127b619245700140dd0135","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.1.5.tgz"}},"1.1.4-preview":{"_id":"com.unity.addressables@1.1.4-preview","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"56c089b5af3365306e2d136d00259872bfbf0d1f"},"name":"com.unity.addressables","version":"1.1.4-preview","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.0-preview"},"dist":{"shasum":"3d0996f3207bc2f07e94aa796cdfa4be9e60a87a","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.1.4-preview.tgz"}},"1.1.3-preview":{"_id":"com.unity.addressables@1.1.3-preview","unity":"2018.3","scripts":{},"category":"","repository":{"url":"git@github.cds.internal.unity3d.com:unity/Addressables.git","type":"git","revision":"0ea6de302fcee7da30dec7f8fbe7ec957d913882"},"name":"com.unity.addressables","version":"1.1.3-preview","displayName":"Addressables","description":"The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.5.0-preview"},"dist":{"shasum":"5ff88b22def90cca2bd56dae0b42ed9d6c695b43","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-1.1.3-preview.tgz"}},"0.8.6-preview":{"_id":"com.unity.addressables@0.8.6-preview","unity":"2018.3","scripts":{},"category":"","repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/build-pipeline/addressablesdemo","type":"git","revision":"16d79edba5c00baa36ba6e413294cd9d05bee5f1 "},"name":"com.unity.addressables","version":"0.8.6-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.4.1-preview"},"dist":{"shasum":"0adc5ad816889f0490b26e36b5d615abff571267","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.8.6-preview.tgz"}},"0.8.4-preview":{"_id":"com.unity.addressables@0.8.4-preview","unity":"2018.3","scripts":{},"category":"","repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/build-pipeline/addressablesdemo","type":"git","revision":"16d79edba5c00baa36ba6e413294cd9d05bee5f1 "},"name":"com.unity.addressables","version":"0.8.4-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.4.1-preview"},"dist":{"shasum":"66a612cc4bf49da5ecf370ee84757649e1f694ac","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.8.4-preview.tgz"}},"0.7.5-preview":{"_id":"com.unity.addressables@0.7.5-preview","unity":"2018.3","scripts":{},"category":"","repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/build-pipeline/addressablesdemo","type":"git","revision":"16d79edba5c00baa36ba6e413294cd9d05bee5f1 "},"name":"com.unity.addressables","version":"0.7.5-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.4.1-preview"},"dist":{"shasum":"08fdae62536399a19eaf367024fcd8191f060927","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.7.5-preview.tgz"}},"0.7.4-preview":{"_id":"com.unity.addressables@0.7.4-preview","unity":"2018.3","scripts":{},"category":"","repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/build-pipeline/addressablesdemo","type":"git","revision":"16d79edba5c00baa36ba6e413294cd9d05bee5f1 "},"name":"com.unity.addressables","version":"0.7.4-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.4.1-preview"},"dist":{"shasum":"eb56841bdb2153d27bcb3065ce1897f95a991568","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.7.4-preview.tgz"}},"0.6.8-preview":{"_id":"com.unity.addressables@0.6.8-preview","unity":"2018.3","scripts":{},"category":"","repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/build-pipeline/addressablesdemo","type":"git","revision":"cd07c81338ccbe806a1992361b1fec26f7d885fa"},"name":"com.unity.addressables","version":"0.6.8-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.3.5-preview"},"dist":{"shasum":"fe59b0f3305d0400188353c63f4863a3d648689c","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.6.8-preview.tgz"}},"0.6.7-preview":{"_id":"com.unity.addressables@0.6.7-preview","unity":"2018.3","scripts":{},"category":"","repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/build-pipeline/addressablesdemo","type":"git","revision":"51073e11db2a0f1efe74ac21e9252b4147bf06bb"},"name":"com.unity.addressables","version":"0.6.7-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.3.5-preview"},"dist":{"shasum":"19115d89d97da8aef13de21edfbd87b7aa95bcb2","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.6.7-preview.tgz"}},"0.6.6-preview":{"_id":"com.unity.addressables@0.6.6-preview","unity":"2018.3","scripts":{},"category":"","repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/build-pipeline/addressablesdemo","type":"git","revision":"477ed9d3401c23106d7c1060c24b30abefe61f6b"},"name":"com.unity.addressables","version":"0.6.6-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.scriptablebuildpipeline":"1.3.5-preview"},"dist":{"shasum":"38a34cc44c1cc1a275112f22a3113d06a1f6c782","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.6.6-preview.tgz"}},"0.5.3-preview":{"_id":"com.unity.addressables@0.5.3-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.5.3-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.4.4-preview","com.unity.scriptablebuildpipeline":"1.2.1-preview"},"dist":{"shasum":"1424bad96271be8611341898a155e52505357243","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.5.3-preview.tgz"}},"0.5.2-preview":{"_id":"com.unity.addressables@0.5.2-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.5.2-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.4.4-preview","com.unity.scriptablebuildpipeline":"1.2.1-preview"},"dist":{"shasum":"2e71767b7c1b2c0ccc02278a3aea9c994efdc209","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.5.2-preview.tgz"}},"0.4.8-preview":{"_id":"com.unity.addressables@0.4.8-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.4.8-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.4.2-preview","com.unity.scriptablebuildpipeline":"1.1.1-preview"},"dist":{"shasum":"494d6edf676b25b13533442b605fe51b5f49298e","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.4.8-preview.tgz"}},"0.4.6-preview":{"_id":"com.unity.addressables@0.4.6-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.4.6-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.4.1-preview","com.unity.scriptablebuildpipeline":"1.1.0-preview"},"dist":{"shasum":"ff7d02508a794c18a4fd217607efd5c8cf2e061f","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.4.6-preview.tgz"}},"0.3.5-preview":{"_id":"com.unity.addressables@0.3.5-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.3.5-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.3.0-preview","com.unity.scriptablebuildpipeline":"1.0.1-preview"},"dist":{"shasum":"33b67d2f4c5218ef8e223f24992c3a80ddea87a6","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.3.5-preview.tgz"}},"0.2.2-preview":{"_id":"com.unity.addressables@0.2.2-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.2.2-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.2.0-preview","com.unity.scriptablebuildpipeline":"0.2.0-preview"},"dist":{"shasum":"dae94f9d3ad9ab30e8357c1a77ccdd9c41db007a","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.2.2-preview.tgz"}},"0.2.1-preview":{"_id":"com.unity.addressables@0.2.1-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.2.1-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.2.0-preview","com.unity.scriptablebuildpipeline":"0.2.0-preview"},"dist":{"shasum":"c598c152e8d8d3979128af329b675c72bb3c087b","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.2.1-preview.tgz"}},"0.1.2-preview":{"_id":"com.unity.addressables@0.1.2-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.1.2-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.1.0-preview","com.unity.scriptablebuildpipeline":"0.1.0-preview"},"dist":{"shasum":"a4cf71d6ea4ba1952b459de2f52a4120fe77442d","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.1.2-preview.tgz"}},"0.0.27-preview":{"_id":"com.unity.addressables@0.0.27-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.0.27-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.0.17-preview","com.unity.scriptablebuildpipeline":"0.0.15-preview"},"dist":{"shasum":"6cc9f2775e3b22b28e236d2d16a5ed1bbec7d974","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.0.27-preview.tgz"}},"0.0.26-preview":{"_id":"com.unity.addressables@0.0.26-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.0.26-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.0.17-preview","com.unity.scriptablebuildpipeline":"0.0.15-preview"},"dist":{"shasum":"cf4bd43ce86dc3c31e366eeb95a383e6b62cb15a","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.0.26-preview.tgz"}},"0.0.22-preview":{"_id":"com.unity.addressables@0.0.22-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.0.22-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.0.16-preview","com.unity.scriptablebuildpipeline":"0.0.14-preview"},"dist":{"shasum":"10f90a62ed1bdb6450dc0da4635097601e8974f5","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.0.22-preview.tgz"}},"0.0.18-preview":{"_id":"com.unity.addressables@0.0.18-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.0.18-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.0.15-preview","com.unity.scriptablebuildpipeline":"0.0.9-preview"},"dist":{"shasum":"0a0e1a1d050751469c7623aeb287b508b6194b9a","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.0.18-preview.tgz"}},"0.0.16-preview":{"_id":"com.unity.addressables@0.0.16-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.0.16-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.0.13-preview","com.unity.scriptablebuildpipeline":"0.0.9-preview"},"dist":{"shasum":"861496d7c9b2751b2fc0c9f3152debf65aaae266","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.0.16-preview.tgz"}},"0.0.15-preview":{"_id":"com.unity.addressables@0.0.15-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.0.15-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.0.12-preview","com.unity.scriptablebuildpipeline":"0.0.8-preview"},"dist":{"shasum":"c46f260df269ccdde4ab0a5dbcdce2d92339f4ce","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.0.15-preview.tgz"}},"0.0.12-preview":{"_id":"com.unity.addressables@0.0.12-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.0.12-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.0.9-preview","com.unity.scriptablebuildpipeline":"0.0.6-preview"},"dist":{"shasum":"ecfd39f8d23001b579d6081335f8b8c85da9863b","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.0.12-preview.tgz"}},"0.0.8-preview":{"_id":"com.unity.addressables@0.0.8-preview","unity":"2018.2","category":"","name":"com.unity.addressables","version":"0.0.8-preview","displayName":"Addressables System","description":"Our new Addressable Asset System allows the developer to ask for an asset via its address and get back the thing that resides at that address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nThe Addressable Asset System uses asynchronous loading to support loading from any location with any collection of dependencies. Whether you are using direct references, traditional asset bundles, or Resource folders, addressable assets provide a simpler way to make your game more dynamic. The Addressable Asset System  simultaneously opens up the world of asset bundles while managing all the complexity.","keywords":["asset","resources","bundle","bundles","assetbundles"],"dependencies":{"com.unity.resourcemanager":"2.0.6-preview","com.unity.scriptablebuildpipeline":"0.0.5-preview"},"dist":{"shasum":"bcc4d9244399c2b29c8c0fe59d1c11faa6ab30b2","tarball":"https://download.packages.unity.com/com.unity.addressables/-/com.unity.addressables-0.0.8-preview.tgz"}}},"time":{"2.10.1":"2026-04-10T13:49:10.409Z","1.29.0":"2026-03-25T10:45:55.980Z","2.10.0":"2026-03-23T10:16:19.163Z","2.9.1":"2026-02-19T18:06:19.134Z","2.9.0":"2026-02-16T19:28:27.678Z","2.8.1":"2026-01-27T17:02:49.343Z","1.28.2":"2026-01-22T23:15:05.720Z","2.8.0":"2026-01-09T18:59:49.585Z","1.28.1":"2025-11-21T19:57:03.033Z","2.7.6":"2025-11-20T23:00:52.349Z","2.7.4":"2025-10-06T23:25:24.566Z","1.28.0":"2025-09-18T13:36:00.036Z","2.7.3":"2025-09-17T21:38:13.647Z","2.7.2":"2025-08-13T21:51:09.243Z","1.27.0":"2025-08-13T03:26:26.689Z","2.7.0":"2025-08-01T21:00:36.717Z","1.25.1":"2025-06-06T13:38:19.783Z","2.6.0":"2025-06-04T17:54:07.003Z","2.5.0":"2025-05-16T17:11:43.474Z","1.25.0":"2025-05-09T12:03:34.446Z","2.4.6":"2025-04-30T03:37:47.314Z","2.4.5":"2025-04-29T15:42:37.801Z","2.4.4":"2025-04-28T19:50:04.560Z","1.24.0":"2025-04-09T17:02:32.370Z","2.4.3":"2025-04-08T13:22:03.820Z","2.4.2":"2025-03-31T14:19:34.256Z","2.4.1":"2025-03-24T19:56:25.877Z","1.23.1":"2025-01-30T21:43:42.654Z","2.3.16":"2025-01-29T18:12:20.862Z","2.3.7":"2024-12-23T09:17:58.818Z","1.22.3":"2024-10-21T09:44:10.839Z","2.3.1":"2024-09-26T09:58:57.985Z","2.3.0":"2024-09-25T08:45:38.818Z","1.22.2":"2024-07-11T09:54:16.000Z","2.2.2":"2024-07-03T15:13:27.000Z","1.21.21":"2024-05-15T15:47:55.000Z","2.1.0":"2024-04-19T13:50:54.000Z","1.21.20":"2024-02-12T11:15:36.000Z","2.0.8":"2024-02-09T10:51:10.000Z","2.0.6":"2023-11-16T08:43:54.000Z","2.0.4":"2023-11-10T10:02:57.000Z","1.21.19":"2023-10-30T08:59:28.000Z","1.21.18":"2023-09-27T09:12:00.000Z","2.0.3":"2023-09-25T09:25:29.000Z","1.21.17":"2023-08-25T09:54:55.000Z","1.21.15":"2023-08-09T07:55:59.000Z","1.21.14":"2023-06-26T14:18:42.000Z","1.21.12":"2023-05-10T09:16:19.000Z","1.21.10":"2023-04-11T14:31:44.000Z","1.21.9":"2023-03-14T08:24:59.000Z","1.21.8":"2023-02-17T21:40:02.000Z","1.21.3":"2023-02-17T09:05:43.000Z","1.21.2":"2022-12-21T16:24:55.000Z","1.21.1":"2022-10-25T02:23:44.000Z","1.20.5":"2022-08-12T08:45:22.000Z","1.20.3":"2022-06-24T10:47:06.000Z","1.20.0":"2022-05-04T18:48:33.000Z","1.19.19":"2022-03-04T10:07:07.000Z","1.19.18":"2022-02-10T05:05:42.000Z","1.19.17":"2022-01-10T15:55:12.000Z","1.19.15":"2021-12-21T11:31:39.000Z","1.19.14":"2021-12-09T17:45:32.000Z","1.19.13":"2021-12-02T11:04:20.000Z","1.19.11":"2021-10-28T16:00:20.000Z","1.18.19":"2021-10-22T09:43:12.000Z","1.19.9":"2021-10-11T17:25:25.000Z","1.18.16":"2021-09-30T10:24:44.000Z","1.19.6":"2021-09-29T10:13:56.000Z","1.19.4":"2021-09-02T11:05:17.000Z","1.18.15":"2021-08-03T12:55:40.000Z","1.18.13":"2021-07-20T16:11:03.000Z","1.18.11":"2021-06-30T15:36:22.000Z","1.18.9":"2021-06-08T01:07:55.000Z","1.18.4":"2021-05-11T19:34:13.000Z","1.18.2":"2021-04-30T13:07:45.000Z","1.16.19":"2021-04-15T19:45:30.000Z","1.17.17":"2021-04-13T17:46:46.000Z","1.16.8":"2021-03-29T19:03:01.000Z","1.17.15":"2021-03-29T19:02:40.000Z","1.17.13":"2021-03-19T12:59:57.000Z","1.17.6-preview":"2021-02-25T19:40:01.000Z","1.17.5-preview":"2021-02-11T21:10:00.000Z","1.17.4-preview":"2021-01-28T20:44:49.000Z","1.16.16":"2021-01-27T00:59:17.000Z","1.17.2-preview":"2021-01-15T20:51:41.000Z","1.17.0-preview":"2020-12-16T22:12:54.000Z","1.16.15":"2020-12-02T20:20:18.000Z","1.16.13":"2020-11-24T17:29:15.000Z","1.16.12":"2020-11-20T16:04:55.000Z","1.16.10":"2020-11-12T18:39:00.000Z","1.16.7":"2020-10-22T15:58:46.000Z","1.16.6":"2020-10-13T16:28:23.000Z","1.16.1":"2020-09-22T16:46:37.000Z","1.8.5":"2020-09-01T13:41:28.000Z","1.15.1":"2020-08-27T19:24:52.000Z","1.14.2":"2020-08-18T15:29:34.000Z","1.13.1":"2020-07-30T13:14:38.000Z","1.12.0":"2020-07-15T18:15:35.000Z","1.11.2":"2020-06-29T10:26:24.000Z","1.10.0":"2020-06-08T20:14:44.000Z","1.9.2":"2020-05-28T19:36:06.000Z","1.8.4":"2020-05-25T15:44:12.000Z","1.8.3":"2020-04-20T19:29:21.000Z","1.7.5":"2020-03-30T15:37:28.000Z","1.7.4":"2020-03-19T15:39:49.000Z","1.6.2":"2020-02-13T23:00:38.000Z","1.6.0":"2020-01-28T12:01:52.000Z","1.5.1":"2020-01-15T19:00:53.000Z","1.5.0":"2019-12-16T17:01:02.000Z","1.4.0":"2019-11-22T19:00:42.000Z","1.3.8":"2019-11-08T03:00:50.000Z","1.3.3":"2019-10-31T17:00:41.000Z","1.2.4":"2019-09-18T18:00:34.000Z","1.2.3":"2019-09-13T01:45:58.000Z","1.2.2":"2019-09-10T21:00:38.000Z","1.1.10":"2019-08-29T22:00:34.000Z","1.1.9":"2019-08-22T21:00:33.000Z","1.1.7":"2019-08-02T16:00:41.000Z","1.1.5":"2019-07-17T21:00:32.000Z","1.1.4-preview":"2019-06-20T00:00:24.000Z","1.1.3-preview":"2019-06-18T20:00:23.000Z","0.8.6-preview":"2019-05-15T17:00:20.000Z","0.8.4-preview":"2019-05-10T15:00:28.000Z","0.7.5-preview":"2019-04-29T17:00:22.000Z","0.7.4-preview":"2019-04-22T21:00:23.000Z","0.6.8-preview":"2019-04-03T11:44:15.000Z","0.6.7-preview":"2019-04-03T11:44:13.000Z","0.6.6-preview":"2019-04-03T11:44:10.000Z","0.5.3-preview":"2019-04-03T11:44:07.000Z","0.5.2-preview":"2019-04-03T11:44:04.000Z","0.4.8-preview":"2019-04-03T11:44:01.000Z","0.4.6-preview":"2019-04-03T11:43:58.000Z","0.3.5-preview":"2019-04-03T11:43:55.000Z","0.2.2-preview":"2019-04-03T11:43:53.000Z","0.2.1-preview":"2019-04-03T11:43:50.000Z","0.1.2-preview":"2019-04-03T11:43:47.000Z","0.0.27-preview":"2019-04-03T11:43:44.000Z","0.0.26-preview":"2019-04-03T11:43:42.000Z","0.0.22-preview":"2019-04-03T11:43:39.000Z","0.0.18-preview":"2019-04-03T11:43:37.000Z","0.0.16-preview":"2019-04-03T11:43:34.000Z","0.0.15-preview":"2019-04-03T11:43:32.000Z","0.0.12-preview":"2019-04-03T11:43:29.000Z","0.0.8-preview":"2019-04-03T11:43:26.000Z"},"dist-tags":{"latest":"2.10.1"},"etag":"\"670cf-N6hKS/4uHDAV7uRkQxvUEjscGx0\""}