Defines an alias table for asset packing, specifying either a directory or explicit asset list.
This structure is utilized by InstantAssetEditorUtility.BuildAssetPacker to define the name of a table and the assets it will include. The array of InstantAssetAliasTable elements, referred to as the "building map," is passed to the function as an alternative to defining bundle table contents directly in the editor.
aliasTableName | Name of the table generated during the final build. |
assetNames | Path to the directory where assets are built, unless overridden by assetNames. |
buildDirectoryPath | Array of asset names used for building. Setting this will override the buildDirectoryPath, and the final built assets will be based on these names. |