05 删除测试脚本

This commit is contained in:
2025-04-14 15:11:41 +08:00
parent a9182142e9
commit 83fc373e68
3 changed files with 1 additions and 46 deletions

View File

@@ -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> audioTableData = ReadDumpInformation.Read<AudioTableData>();
await audioTableData;
AudioTableData data = audioTableData.Result;
if (data != null)
{
Debug.Log($"UnityEvo:{data.infos[3].name}");
}
}*/
void Start()
{
AudioTableData audioTableData = ReadDumpInformation.ReadInEditor<AudioTableData>();
if (audioTableData != null)
{
Debug.Log($"UnityEvo:{audioTableData.infos[3].name}");
}
}
// Update is called once per frame
void Update()
{
}
}

View File

@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 5cc8857da4ee2534289add72195af962
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: