CRIWARE Unity Plugin Manual  Last Updated: 2024-04-24
CriAddressablesBuildScript クラス

CRI Addressables向けビルドスクリプト [詳解]

BuildScriptPackedModeを継承しています。

限定公開メンバ関数

virtual string ConstructCriBundleName (string path, string hash, BundledAssetGroupSchema schema)
 出力ファイル名生成メソッド [詳解]
 

詳解

CRI Addressables向けビルドスクリプト

関数詳解

virtual string ConstructCriBundleName ( string  path,
string  hash,
BundledAssetGroupSchema  schema 
)
inlineprotectedvirtual

出力ファイル名生成メソッド

引数
path対象アセットのパス
hash対象のデータハッシュ
schema対象を含むグループのバンドルスキーマ
戻り値
出力ファイル名

出力ファイル名を決定する処理です。
カスタムビルドスクリプトを作成する場合、このメソッドをオーバーライドすることでファイル名を変更できます


このクラス詳解は次のファイルから抽出されました: