Method DownloadDependencies
DownloadDependencies(object)
Downloads dependencies of assets marked with the specified label or address.
Declaration
[Obsolete]
public static AsyncOperationHandle DownloadDependencies(object key)
Parameters
| Type | Name | Description | 
|---|---|---|
| object | key | The key of the asset(s) to load dependencies for.  | 
    
Returns
| Type | Description | 
|---|---|
| AsyncOperationHandle | The AsyncOperationHandle for the dependency load.  |