BLOG main image
for our next (37)
Dev (32)
Mac (1)
Windows (2)
FreeTalk (1)
Shell (1)
Private (0)
Visitors up to today!
Today hit, Yesterday hit
daisy rss
tistory 티스토리 가입하기!
2012. 6. 18. 19:14

- 서버에서 다운받는 데이터를 아직 서버가 마련되지 않아 파일형식으로 유니티에 포함시킬때 사용.


- Assets/StreamingAssets/ 폴더에 넣어두면 된다.


- 위치

Standalone

- path = = Application.dataPath + "/StreamingAssets";


iOS

- path = Application.dataPath + "/Raw";


Android

- path = "jar:file://" + Application.dataPath + "!/assets/";

- WWW 는 사용하지 못한다..jar 를 열수 있는 다른 것을 사용한 후에 사용가능.