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.

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.