All YooAsset Window Auto Dock

This commit is contained in:
L
2022-04-26 19:41:06 +08:00
parent 66c3c4862a
commit ff74dcdd8b
6 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,6 @@

using System;
namespace YooAsset.Editor
{
public class EditorDefine
@@ -12,6 +14,8 @@ namespace YooAsset.Editor
/// 资源包分组工具的配置文件存储路径
/// </summary>
public const string AssetBundleGrouperSettingFilePath = "Assets/YooAssetSetting/AssetBundleGrouperSetting.asset";
public static readonly Type[] DockedWindowTypes = { typeof(AssetBundleBuilderWindow), typeof(AssetBundleGrouperWindow), typeof(AssetBundleDebuggerWindow), typeof(AssetBundleReporterWindow) , typeof(ShaderVariantCollectionWindow)};
}
/// <summary>