protected abstract void CopyFiles(ResourcePlatform targetPlatform, IList <AssetBundleInfoForIndex> assetBundleInfosForIndex,
                                   string directoryPath);
Exemple #2
0
 public void OnPostBuildPlatform(ResourcePlatform targetPlatform, int internalResourceVersion, string outputDirectory)
 {
     Debug.Log($"[{nameof(AssetBundleBuilderHandler)} {nameof(OnPostBuildPlatform)}] targetPlatform={targetPlatform}, " +
               $"internalResourceVersion={internalResourceVersion}, outputDirectory={outputDirectory}");
 }
 protected abstract void GenerateIndex(string bundleVersion, ResourcePlatform targetPlatform, int internalResourceVersion,
                                       IList <AssetBundleInfoForIndex> assetBundleInfosForIndex,
                                       IDictionary <string, AssetInfo> assetInfos, string indexPath);
Exemple #4
0
 public void OnPreBuildPlatform(ResourcePlatform targetPlatform, int internalResourceVersion)
 {
     Debug.Log($"[{nameof(AssetBundleBuilderHandler)} {nameof(OnPreBuildPlatform)}] targetPlatform={targetPlatform}, " +
               $"internalResourceVersion={internalResourceVersion}");
 }