-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.0.8] - 2024-01-19 - Documents the behavior of using WaitForCompletion while a bundle is being unloaded. - Prevent a KeyNotFoundException from being logged to the console. - Fixed issue where a NullReferenceException occurs when using WaitForCompletion and the max number of concurrent requests is set to 1. - Fix error message to report not found when loading non-Addressable asset by guid - Fixed issue where there is missing asset data in the Addressables Profiler for binary catalogs. - Fixed an issue the error "Cannot read BuildLayout header, BuildLayout has not open for a file" would occur after a build - Added note about the limitations of the Check for Content Update Restrictions tool. - Fixed issue where an ArgumentException can occur when viewing multiple assets in the Addressables Profiler. Fixed an issue where a broken script on any Addressable Asset would make it impossible to select Addressable Assets in the AssetReference inspector Add migration upgrade prompt for legacy path pairs (ex. RemoteLoadPath) Add logging of catalog and asset bundle http operations. Add UI to trigger CCD management API http call logging (requires newer CCD package) CCD Automatic Profiles can now be one per-profile, rather than one per AddressableSettings instance CCD Manager is built when using the Build to CCD and the standard Build content menu ## [2.0.7] - 2023-12-12 - Updating ScriptableBuildPipeline reference.
- Loading branch information
Unity Technologies
committed
Jan 19, 2024
1 parent
8f4813a
commit 3c83867
Showing
1,141 changed files
with
113,435 additions
and
111,309 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
250 changes: 125 additions & 125 deletions
250
Documentation~/AddressableAssetsAsyncOperationHandle.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
--- | ||
uid: addressables-assets-development-cycle | ||
--- | ||
|
||
# Manage Addressables | ||
|
||
The main way to organize and manage addressables is to use [groups](Groups.md) and [profiles](profiles-introduction.md). This section outlines how to use these to effectively manage addressables. | ||
|
||
|
||
|**Topic**|**Description**| | ||
|---|---| | ||
|[Manage Addressables introduction](manage-addressables-intro.md)|Understand the different ways to manage addressables in your project.| | ||
|[Organize Addressable assets](organize-addressable-assets.md)|Understand the different approaches to organize addressable assets.| | ||
|[Groups overview](Groups.md)|Use groups to organize the different assets in your project.| | ||
|[Profiles overview](AddressableAssetsProfiles.md)|Use profiles to manage how to build addressable assets.| | ||
|[Asset references overview](AssetReferences.md)| Use asset references to customize `MonoBehaviour` and `ScriptableObject` scripts.| | ||
|[Addressables Asset Settings reference](AddressableAssetSettings.md)|Reference information for Addressable Asset Settings| | ||
|[Addressables Preferences reference](addressables-preferences.md)|Reference information for the Addressables Preferences window.| | ||
--- | ||
uid: addressables-assets-development-cycle | ||
--- | ||
|
||
# Manage Addressables | ||
|
||
The main way to organize and manage addressables is to use [groups](Groups.md) and [profiles](profiles-introduction.md). This section outlines how to use these to effectively manage addressables. | ||
|
||
|
||
|**Topic**|**Description**| | ||
|---|---| | ||
|[Manage Addressables introduction](manage-addressables-intro.md)|Understand the different ways to manage addressables in your project.| | ||
|[Organize Addressable assets](organize-addressable-assets.md)|Understand the different approaches to organize addressable assets.| | ||
|[Groups overview](Groups.md)|Use groups to organize the different assets in your project.| | ||
|[Profiles overview](AddressableAssetsProfiles.md)|Use profiles to manage how to build addressable assets.| | ||
|[Asset references overview](AssetReferences.md)| Use asset references to customize `MonoBehaviour` and `ScriptableObject` scripts.| | ||
|[Addressables Asset Settings reference](AddressableAssetSettings.md)|Reference information for Addressable Asset Settings| | ||
|[Addressables Preferences reference](addressables-preferences.md)|Reference information for the Addressables Preferences window.| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
--- | ||
uid: addressables-getting-started | ||
--- | ||
|
||
# Get started | ||
|
||
Contains getting started information to set up and use Addressables for the first time. | ||
|
||
|**Topic**|**Description**| | ||
|---|---| | ||
|[Install Addressables](installation-guide.md)|Install the Addressables package.| | ||
|[Make an asset Addressable](get-started-make-addressable.md)|Make assets Addressable.| | ||
|[Configure your project to use Addressables](AddressableAssetsMigrationGuide.md)|Upgrade an existing project to use Addressables.| | ||
|[Use an Addressable asset](get-started-use-addressable.md)|Understand the ways you can load and use Addressable assets.| | ||
|[Manage Addressable assets](get-started-manage-addressables.md)|Manage Addressables with groups.| | ||
|[Build Addressable assets](get-started-build-addressables.md)|Build and configure Addressables.| | ||
|[Remote content distribution](get-started-remote-content.md)|Understand how to distribute content remotely.| | ||
|[Incremental content updates](get-started-incremental-update.md)|Understand how to make a content update build.| | ||
--- | ||
uid: addressables-getting-started | ||
--- | ||
|
||
# Get started | ||
|
||
Contains getting started information to set up and use Addressables for the first time. | ||
|
||
|**Topic**|**Description**| | ||
|---|---| | ||
|[Install Addressables](installation-guide.md)|Install the Addressables package.| | ||
|[Make an asset Addressable](get-started-make-addressable.md)|Make assets Addressable.| | ||
|[Configure your project to use Addressables](AddressableAssetsMigrationGuide.md)|Upgrade an existing project to use Addressables.| | ||
|[Use an Addressable asset](get-started-use-addressable.md)|Understand the ways you can load and use Addressable assets.| | ||
|[Manage Addressable assets](get-started-manage-addressables.md)|Manage Addressables with groups.| | ||
|[Build Addressable assets](get-started-build-addressables.md)|Build and configure Addressables.| | ||
|[Remote content distribution](get-started-remote-content.md)|Understand how to distribute content remotely.| | ||
|[Incremental content updates](get-started-incremental-update.md)|Understand how to make a content update build.| | ||
|[Addressables samples](SamplesOverview.md)|Information about the samples contained in the Addressables package.| |
Oops, something went wrong.