Google.Android.AppBundle.Editor.AssetPack

Contains configuration about an asset pack including its AssetPackDeliveryMode and the location on disk of the files that should be included in the pack.

Summary

Properties

AssetBundleFilePath
string
Location on disk of a single AssetBundle file.
AssetPackDirectoryPath
string
Location on disk of a folder containing raw asset files.
CompressionFormatToAssetBundleFilePath
Dictionary< TextureCompressionFormat, string >
Dictionary from TextureCompressionFormat to the location on disk of a single AssetBundle file.
CompressionFormatToAssetPackDirectoryPath
Dictionary< TextureCompressionFormat, string >
Dictionary from TextureCompressionFormat to the location on disk of a folder containing raw asset files.
DeliveryMode
Indicates how this asset pack will be delivered.
DeviceGroupToAssetBundleFilePath
Dictionary< string, string >
Dictionary from device group to the location on disk of a single AssetBundle file.
DeviceGroupToAssetPackDirectoryPath
Dictionary< string, string >
Dictionary from device group to the location on disk of a folder containing raw asset files.
DeviceTierToAssetBundleFilePath
Dictionary< DeviceTier, string >
Dictionary from DeviceTier to the location on disk of a single AssetBundle file.
DeviceTierToAssetPackDirectoryPath
Dictionary< DeviceTier, string >
Dictionary from DeviceTier to the location on disk of a folder containing raw asset files.

Properties

AssetBundleFilePath

string AssetBundleFilePath

Location on disk of a single AssetBundle file.

This file can be fetched at runtime using the Play Asset Delivery APIs.

Details
Exceptions
ArgumentException
Thrown on set if any other path property is already set (non-null).

AssetPackDirectoryPath

string AssetPackDirectoryPath

Location on disk of a folder containing raw asset files.

Details
Exceptions
ArgumentException
Thrown on set if any other path property is already set (non-null).

CompressionFormatToAssetBundleFilePath

Dictionary< TextureCompressionFormat, string > CompressionFormatToAssetBundleFilePath

Dictionary from TextureCompressionFormat to the location on disk of a single AssetBundle file.

The AssetBundles should be identical except for their texture compression format. When using Play Asset Delivery APIs, only the AssetBundle for the device's preferred texture compression format will be delivered.

Details
Exceptions
ArgumentException
Thrown on set if any other path property is already set (non-null).

CompressionFormatToAssetPackDirectoryPath

Dictionary< TextureCompressionFormat, string > CompressionFormatToAssetPackDirectoryPath

Dictionary from TextureCompressionFormat to the location on disk of a folder containing raw asset files.

When using Play Asset Delivery APIs, only the folder for the device's preferred texture compression format will be delivered.

Details
Exceptions
ArgumentException
Thrown on set if any other path property is already set (non-null).

DeliveryMode

AssetPackDeliveryMode DeliveryMode

Indicates how this asset pack will be delivered.

DeviceGroupToAssetBundleFilePath

Dictionary< string, string > DeviceGroupToAssetBundleFilePath

Dictionary from device group to the location on disk of a single AssetBundle file.

When using Play Asset Delivery APIs, only the AssetBundle for the device's group will be delivered.

Details
Exceptions
ArgumentException
Thrown on set if any other path property is already set (non-null).

DeviceGroupToAssetPackDirectoryPath

Dictionary< string, string > DeviceGroupToAssetPackDirectoryPath

Dictionary from device group to the location on disk of a folder containing raw asset files.

When using Play Asset Delivery APIs, only the folder for the device's group will be delivered.

Details
Exceptions
ArgumentException
Thrown on set if any other path property is already set (non-null).

DeviceTierToAssetBundleFilePath

Dictionary< DeviceTier, string > DeviceTierToAssetBundleFilePath

Dictionary from DeviceTier to the location on disk of a single AssetBundle file.

When using Play Asset Delivery APIs, only the AssetBundle for the device's tier will be delivered.

Details
Exceptions
ArgumentException
Thrown on set if any other path property is already set (non-null).

DeviceTierToAssetPackDirectoryPath

Dictionary< DeviceTier, string > DeviceTierToAssetPackDirectoryPath

Dictionary from DeviceTier to the location on disk of a folder containing raw asset files.

When using Play Asset Delivery APIs, only the folder for the device's tier will be delivered.

Details
Exceptions
ArgumentException
Thrown on set if any other path property is already set (non-null).