From 797216fed451b85e62c787785cb47c553c19f58e Mon Sep 17 00:00:00 2001 From: Perfare Date: Tue, 17 Jan 2017 00:30:07 +0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 894e82f..42195fb 100644 --- a/README.md +++ b/README.md @@ -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