This commit is contained in:
CortexCore
2024-06-11 17:16:34 +08:00
parent 0e1bf20595
commit 01b19130a9
8 changed files with 161 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4fcafdc7f8d41b147b350ebc3a7f7091
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -122,6 +122,7 @@ namespace BITKit.GameEditor
ExportData(exportPath);
BIT4Log.Log<ScriptableObjectGroupEditor<T>>($"导出成功:{exportPath}");
}
protected virtual void ExportData(string path)
{