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

22 lines
473 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",
2025-10-31 12:11:58 +08:00
"version": "2.0.3",
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-10-31 11:18:23 +08:00
"com.cysharp.unitask": "2.5.10",
"com.tuyoogame.yooasset": "2.3.16",
2025-10-31 12:08:48 +08:00
"com.staryevo.informationsave": "2.0.1"
2025-03-04 16:02:44 +08:00
}
}