Unity——写入和读取本地txt文件

using System.Collections.Generic; using System.IO; using UnityEngine; public class RecordData : MonoBehaviour { StreamWriter writer; StreamReader reader; List<string> allData; void St
相关文章
相关标签/搜索