05添加程序集

This commit is contained in:
Han
2025-04-11 12:13:32 +08:00
parent 50f6a3e36b
commit 1dab49717b
5 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "TableTextConversion.Editor",
"rootNamespace": "",
"references": [
"GUID:66fdc96a271fc954e9da30c76a486d9c"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2c3f76f613be08249a92bbbbdfd938c1
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,16 @@
{
"name": "TableTextConversion.RunTime",
"rootNamespace": "",
"references": [
"GUID:e34a5702dd353724aa315fb8011f08c3"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 66fdc96a271fc954e9da30c76a486d9c
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.tabletextconversion",
"version": "1.0.1",
"version": "1.0.2",
"displayName": "05.TableTextConversion",
"description": "表格转化工具",
"unity": "2021.3",
@@ -12,5 +12,8 @@
"author": {
"name": "staryEvo",
"url": "https://www.unity3d.com"
},
"dependencies": {
"com.tuyoogame.yooasset": "2.3.7"
}
}