LoginSignup
0
0

More than 5 years have passed since last update.

unity > n個目のtabを改行に変換する

Last updated at Posted at 2015-09-27
実装
Unity 5.1.3-f1 on MacOS X 10.8.5

indata.txtのファイルに対して、指定の番目(下記例では5)のタブ文字を改行文字に変換する。

Main_unity_-_150927-tabToNewline_-_PC__Mac___Linux_Standalone__Personal_.jpg

v0.1 @ github

使用手順

  1. indata.txtにタブ区切り文字を含む内容を用意する
  2. ソフトを起動してnthの部分に何番目のタブを改行にするか指定する
  3. Buttonを押すと改行に変換された内容がoutdata.txtに保存される

v0.1の留意点

複数行にはv0.1では未対応です。

v0.2 (複数行対応)

v0.2 @ github

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0