Method DefaultArchivePathFunc
DefaultArchivePathFunc(String)
Functor that transforms an archive id into a relative path. This path should be relative to the streaming assets path.
Declaration
[ExcludeFromBurstCompatTesting("References managed objects")]
public static string DefaultArchivePathFunc(string archiveId)
Parameters
| Type | Name | Description |
|---|---|---|
| String | archiveId | The archive id. |
Returns
| Type | Description |
|---|---|
| String | The relative path of the archive file. |