mirror of https://github.com/tuyoogame/YooAsset
Update EditorDefine.cs
parent
6e4494e82e
commit
4d97a25456
|
@ -7,6 +7,11 @@ namespace YooAsset.Editor
|
|||
/// 资源包收集工具的配置文件存储路径
|
||||
/// </summary>
|
||||
public const string AssetBundleCollectorSettingFilePath = "Assets/YooAssetSetting/AssetBundleCollectorSetting.asset";
|
||||
|
||||
/// <summary>
|
||||
/// 资源包分组工具的配置文件存储路径
|
||||
/// </summary>
|
||||
public const string AssetBundleGrouperSettingFilePath = "Assets/YooAssetSetting/AssetBundleGrouperSetting.asset";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue