728x90
FileInfo[] Bytesfiles = directory.GetFiles("*.bytes", SearchOption.AllDirectories);
for(int j=0; i<Bytesfiles.Length; i++)
ArrayUtility.Add(ref files, Bytesfiles[j]);
728x90
'프로그래밍 > Unity' 카테고리의 다른 글
Unirx - ObservableWWW.LoadFromCacheOrDownload (0) | 2016.10.14 |
---|---|
UniRx - 튜토리얼 2 (0) | 2016.09.09 |
에셋 번들 빌드 시 계속 1KB 로 생성될 때 (0) | 2014.12.16 |
Unity 3D - StartCorutine 꿀팁 (0) | 2014.11.28 |
Unity 3D - InvokeRepeating (0) | 2014.11.28 |
댓글