diff --git a/Assets/05.TableTextConversion/RunTime/Test.cs b/Assets/05.TableTextConversion/RunTime/Test.cs deleted file mode 100644 index 203c8d4..0000000 --- a/Assets/05.TableTextConversion/RunTime/Test.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Threading.Tasks; -using UnityEngine; -using Stary.Evo.TableTextConversion; - -public class Test : MonoBehaviour -{ - // Start is called before the first frame update - /*async void Start() - { - Task audioTableData = ReadDumpInformation.Read(); - await audioTableData; - AudioTableData data = audioTableData.Result; - if (data != null) - { - Debug.Log($"UnityEvo:{data.infos[3].name}"); - } - }*/ - void Start() - { - AudioTableData audioTableData = ReadDumpInformation.ReadInEditor(); - if (audioTableData != null) - { - Debug.Log($"UnityEvo:{audioTableData.infos[3].name}"); - } - } - - // Update is called once per frame - void Update() - { - - } -} diff --git a/Assets/05.TableTextConversion/RunTime/Test.cs.meta b/Assets/05.TableTextConversion/RunTime/Test.cs.meta deleted file mode 100644 index 7ac4987..0000000 --- a/Assets/05.TableTextConversion/RunTime/Test.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 5cc8857da4ee2534289add72195af962 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/05.TableTextConversion/package.json b/Assets/05.TableTextConversion/package.json index 08cefc8..0c8ea52 100644 --- a/Assets/05.TableTextConversion/package.json +++ b/Assets/05.TableTextConversion/package.json @@ -1,6 +1,6 @@ { "name": "com.staryevo.tabletextconversion", - "version": "1.0.2", + "version": "1.0.3", "displayName": "05.TableTextConversion", "description": "表格转化工具", "unity": "2021.3",