프로그래밍/Unity

2016.09.06. 19:18

redjam0123 2017. 4. 9. 09:49

dialogLines = (textFile.text.Split("\n"[0]));

split
필요없는 문자를 제거하고 사용할수 있다.
"\n"을 기점으로 잘라서 배열에 저장한다.

'프로그래밍 > Unity' 카테고리의 다른 글

2016.09.14. 19:28~09.17  (0) 2017.04.09
Regex.Matches  (0) 2017.04.09
2016.08.29. 19:44  (0) 2017.04.09
sqrMagnitude와 Vector3.Distance  (1) 2017.04.09
2016.08.15. 18:42  (0) 2017.04.09