This commit is contained in:
Perfare 2017-01-17 04:12:17 +08:00
commit 344f69fddc
1 changed files with 12 additions and 3 deletions

View File

@ -5,15 +5,15 @@ It is the continuation of my Unity Importer script for 3ds Max, and comprises al
## Current features
* Extraction of assets that can be used as standalone resources:
* **Textures**:
* **Texture2D**:
* DDS (Alpha8, ARGB4444, RGB24, RGBA32, ARGB32, RGB565, DXT1, DXT5, RGBA4444, BGRA32)
* PVR (YUY2, PVRTC_RGB2, PVRTC_RGBA2, PVRTC_RGB4, PVRTC_RGBA4, ETC_RGB4, ETC2_RGB, ETC2_RGBA1, ETC2_RGBA8)
* KTX (RHalf, RGHalf, RGBAHalf, RFloat, RGFloat, RGBAFloat, ATC_RGB4, ATC_RGBA8, EAC_R, EAC_R_SIGNED, EAC_RG, EAC_RG_SIGNED)
* ASTC (ASTC_RGB_4x4, ASTC_RGB_5x5, ASTC_RGB_6x6, ASTC_RGB_8x8, ASTC_RGB_10x10, ASTC_RGB_12x12, ASTC_RGBA_4x4, ASTC_RGBA_5x5, ASTC_RGBA_6x6, ASTC_RGBA_8x8, ASTC_RGBA_10x10, ASTC_RGBA_12x12)
* **AudioClip**: fsb, mp3, ogg, wav, m4a, xbox wav (including streams from resource files)
* **Fonts**: ttf, otf
* **Font**: ttf, otf
* **TextAsset**
* **Shaders**
* **Shader**
* **MonoBehaviour**
* Support convert almost all textures to bmp png or jpeg
* Support convert FSB file to wav
@ -22,6 +22,15 @@ It is the continuation of my Unity Importer script for 3ds Max, and comprises al
* Diagnostics mode with useful tools for research
## Usage
Requirements:
- [.NET Framework 4.0](https://www.microsoft.com/en-us/download/details.aspx?id=17718)
- [Microsoft Visual C++ 2013 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=40784)
- [Microsoft Visual C++ 2015 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=53840)
## UI guide
| Item | Action