|
@@ -29,25 +29,25 @@ namespace AssetBank.Editor.Tools
|
|
|
public string Path { get; set; }
|
|
|
}
|
|
|
|
|
|
- [MenuItem("Tools/GUID Exporter/Export Script GUIDs")]
|
|
|
+ [MenuItem("Tools/Exporter/GUID Exporter/Export Script GUIDs")]
|
|
|
public static void ExportScriptGuids()
|
|
|
{
|
|
|
Export(ExportFor.Script);
|
|
|
}
|
|
|
|
|
|
- [MenuItem("Tools/GUID Exporter/Export Scene GUIDs")]
|
|
|
+ [MenuItem("Tools/Exporter/GUID Exporter/Export Scene GUIDs")]
|
|
|
public static void ExportSceneGuids()
|
|
|
{
|
|
|
Export(ExportFor.Scene);
|
|
|
}
|
|
|
|
|
|
- [MenuItem("Tools/GUID Exporter/Export Prefab GUIDs")]
|
|
|
+ [MenuItem("Tools/Exporter/GUID Exporter/Export Prefab GUIDs")]
|
|
|
public static void ExportPrefabGuids()
|
|
|
{
|
|
|
Export(ExportFor.Prefab);
|
|
|
}
|
|
|
|
|
|
- [MenuItem("Tools/GUID Exporter/Export ScriptableObject GUIDs")]
|
|
|
+ [MenuItem("Tools/Exporter/GUID Exporter/Export ScriptableObject GUIDs")]
|
|
|
public static void ExportScriptableObjectGuids()
|
|
|
{
|
|
|
Export(ExportFor.ScriptableObject);
|
|
@@ -100,7 +100,7 @@ namespace AssetBank.Editor.Tools
|
|
|
};
|
|
|
}
|
|
|
|
|
|
- [MenuItem("Tools/GUID Exporter/Export All GUIDs")]
|
|
|
+ [MenuItem("Tools/Exporter/GUID Exporter/Export All GUIDs")]
|
|
|
public static void ExportAllGuids()
|
|
|
{
|
|
|
BulkExport();
|