Files
plugin-library/Assets/05.TableTextConversion/package.json

20 lines
388 B
JSON
Raw Normal View History

2025-03-04 16:02:44 +08:00
{
2025-04-11 12:01:00 +08:00
"name": "com.staryevo.tabletextconversion",
2026-04-13 21:24:12 +08:00
"version": "2.0.9",
2025-03-31 10:28:30 +08:00
"displayName": "05.TableTextConversion",
2025-04-01 18:26:48 +08:00
"description": "表格转化工具",
2025-03-04 16:02:44 +08:00
"unity": "2021.3",
2025-04-01 18:26:48 +08:00
"unityRelease": "23f1",
2025-03-04 16:02:44 +08:00
"keywords": [
"unity",
"scirpt"
],
"author": {
"name": "staryEvo",
"url": "https://www.unity3d.com"
2025-04-11 12:13:32 +08:00
},
"dependencies": {
2025-11-12 14:27:42 +08:00
"com.cysharp.unitask": "2.5.10"
2025-03-04 16:02:44 +08:00
}
}