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 를 열수 있는 다른 것을 사용한 후에 사용가능.
'Dev > Unity3D' 카테고리의 다른 글
리워드광고 보기 후 유니티 화면 멈춤 (0) | 2021.11.08 |
---|---|
E/Unity: AndroidVideoMedia::VideoDecoder::Blit failed. Decode shader probably unsupported. (0) | 2021.11.06 |
Texture, Resource.... and Memory!! (1) | 2012.06.05 |
GameObject active 여부와 Coroutine / Invoke... (1) | 2012.06.05 |
Unity, Audio, and Memory (0) | 2012.01.25 |