Loading DDS, BMP, TGA and other textures via WWW class in Unity3d
WWW로 Texture를 다운받을 때, DDS, BMP,TGA는 다운이 안되길래 검색해보니..
WWW로는 PNG, JPG만 된다고 한다..
다른 포멧도 지원해주는 플러그인이 있길래 링크해놓는다.
Task #5: Loading DDS, BMP, TGA and other textures via WWW class in Unity3d
- Load texture using WWW class;
- Get bytes data using «bytes» field of WWW class;
- Create DevIL texture from this data;
- Get Color32[] array from DevIL texture;
- Create Texture2D object based on this color array;
출처 : http://denis-potapenko.blogspot.kr/2013/04/task-5-loading-dds-bmp-tga-and-other.html
'Unity3D > Plugins' 카테고리의 다른 글
Unity3D WebView (0) | 2015.01.21 |
---|---|
유니티 3D상에서 WebView 띄우기 (0) | 2015.01.20 |
Log Viewer (0) | 2014.01.09 |
Mobile Movie Texture (0) | 2013.12.03 |
원격 로그 플러그인 (0) | 2013.11.20 |