【m】框架大更新

This commit is contained in:
2025-10-31 11:18:23 +08:00
parent ae6e7c804b
commit 8e1d52ddbf
1883 changed files with 213934 additions and 640 deletions

View File

@@ -2,8 +2,9 @@
"name": "com.tabletext.editor",
"rootNamespace": "",
"references": [
"TableTextConversion.RunTime",
"com.tabletext.runtime"
"com.tabletext.runtime",
"UniTask",
"YooAsset.Editor"
],
"includePlatforms": [
"Editor"

View File

@@ -2,8 +2,8 @@
"name": "com.tabletext.runtime",
"rootNamespace": "",
"references": [
"GUID:e34a5702dd353724aa315fb8011f08c3",
"GUID:f51ebe6a0ceec4240a699833d6309b23"
"UniTask",
"YooAsset"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.tabletextconversion",
"version": "2.0.0",
"version": "2.0.1",
"displayName": "05.TableTextConversion",
"description": "表格转化工具",
"unity": "2021.3",
@@ -14,6 +14,8 @@
"url": "https://www.unity3d.com"
},
"dependencies": {
"com.cysharp.unitask": "2.5.10",
"com.tuyoogame.yooasset": "2.3.16",
"com.staryevo.informationsave": "1.x.x"
}
}