| Parameter | Description |
|---|---|
| store | The resolved stored reference the asset was loaded from. |
| asset | The asset to release. |
Releases an asset that was loaded from a stored reference.
The stored reference is passed so a store-aware kind can release by its reference rather than by the loaded object. The built-in direct and Resources kinds ignore it, but a package-provided Addressables-backed kind whose store is an address or handle uses it to release the right handle.