update TableView

增加AssetObjectCell类
This commit is contained in:
何冠峰
2025-05-19 16:25:16 +08:00
parent fe7f9bff08
commit 4f62b249b4
8 changed files with 125 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ namespace YooAsset.Editor
}
catch (Exception e)
{
return new ScannerResult(e.Message);
return new ScannerResult(e.StackTrace);
}
}