添加插件

This commit is contained in:
2025-11-10 00:08:26 +08:00
parent 4059c207c0
commit 76f80db694
2814 changed files with 436400 additions and 178 deletions

View File

@@ -115,7 +115,7 @@ namespace FIMSpace.FEditor
[MenuItem("Assets/Utilities/Sub-Assets/Destroy Sub Asset", true)]
private static bool DestroySubAssetCheck(MenuCommand menuCommand)
{ if( Selection.objects.Length == 0 ) return false; return AssetDatabase.IsSubAsset(Selection.objects[0]); }
{ return AssetDatabase.IsSubAsset(Selection.objects[0]); }
[MenuItem("Assets/Utilities/Sub-Assets/Destroy Sub Asset", false)]
private static void DestroySubAsset(MenuCommand menuCommand)