Method GetContentStateDataPath
GetContentStateDataPath(bool)
Gets the path of the cache data from a selected build.
Declaration
public static string GetContentStateDataPath(bool browse)
Parameters
| Type | Name | Description | 
|---|---|---|
| bool | browse | If true, the user is allowed to browse for a specific file.  | 
    
Returns
| Type | Description | 
|---|---|
| string | The path of the previous state .bin file used to detect changes from the previous build to the content update build.  | 
    
GetContentStateDataPath(bool, AddressableAssetSettings)
Gets the path of the cache data from a selected build.
Declaration
public static string GetContentStateDataPath(bool browse, AddressableAssetSettings settings)
Parameters
| Type | Name | Description | 
|---|---|---|
| bool | browse | If true, the user is allowed to browse for a specific file.  | 
    
| AddressableAssetSettings | settings | The settings object to use for the build.  | 
    
Returns
| Type | Description | 
|---|---|
| string | The path of the previous state .bin file used to detect changes from the previous build to the content update build.  |