この度,UnityでPlay中に出た結果をcsvで出力したいと思いC#のStreamWriterを用いて出力しようとしたところ躓いたところがあったので記録しておきます. C#のsystem.IOネームスペースのStreamクラスにあるStreamWriterを用いてcsvファイルの作成,入力,保存までを行います ...
This program is an example of StreamReader and StreamWriter in C#. I built this simple program to store my codes in c# ...