我将资源与Unity一起使用,因此它作为文本加载 相关代码为: TextAsset txtData = Resources.Load("data.csv") as TextAsset; string txt = txtData.text; ...
確定! 回上一頁