This commit is contained in:
2025-08-20 18:31:38 +08:00
parent 5ad59475fe
commit 49cc2babe7
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ namespace Stary.Evo.TableTextConversion
return null; return null;
} }
#endif #endif
return default(T); // 或抛出异常
} }
#if UNITY_EDITOR #if UNITY_EDITOR

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.staryevo.tabletextconversion", "name": "com.staryevo.tabletextconversion",
"version": "1.1.4", "version": "1.1.5",
"displayName": "05.TableTextConversion", "displayName": "05.TableTextConversion",
"description": "表格转化工具", "description": "表格转化工具",
"unity": "2021.3", "unity": "2021.3",