Unity——寫入和讀取本地txt文件

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