Update AssetBundleBuilder

保留构建窗口界面的配置数据
This commit is contained in:
hevinci
2022-04-13 16:19:57 +08:00
parent 6bb3c17f82
commit 89bde69417
6 changed files with 160 additions and 8 deletions

View File

@@ -4,9 +4,9 @@ namespace YooAsset.Editor
public class EditorDefine
{
/// <summary>
/// 资源包收集工具的配置文件存储路径
/// 资源包构建工具的配置文件存储路径
/// </summary>
public const string AssetBundleCollectorSettingFilePath = "Assets/YooAssetSetting/AssetBundleCollectorSetting.asset";
public const string AssetBundleBuilderSettingFilePath = "Assets/YooAssetSetting/AssetBundleBuilderSetting.asset";
/// <summary>
/// 资源包分组工具的配置文件存储路径