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. |