From 98e6cb452f65e6b8dabc2836ab79e7eaf9ca2d67 Mon Sep 17 00:00:00 2001 From: Radu Date: Tue, 3 Nov 2015 01:16:29 +0200 Subject: [PATCH] Create README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7bdfb9c --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +**Unity Studio** is a tool meant for exploring, extracting and exporting assets from Unity games and apps. + +It was built upon a lot of research and reverse engineering, with more than 400 apps and games tested from every version and every platform. +As such, it is compatible with Unity builds starting from 2.5.0 up until 5.2.2, the latest version to date, and platforms ranging from Web, PC, Linux, MacOS to Xbox360, PS3, Android and iOS. + +#### Current features + +* Export to FBX, with complete hierarchy, transformations, materials and textures. At the moment, geometry is exported with normals UV coordinates and vertex colors, but no animation data. +* Extraction of assets that can be used as standalone resources: + * Textures: DDS (Alpha8bpp, ARGB16bpp, RGB24bpp, ARGB32bpp, BGRA32bpp, RGB565, DXT1, DXT5, RGBA16bpp) + * PVR (PVRTC_RGB2, PVRTC_RGBA2, PVRTC_RGBA4, PVRTC_RGB4, ETC_RGB4) + * Audio clips: mp3, ogg, wav, xbox wav (including streams from .resS files) + * Fonts: ttf, otf + * Text Assets + * Shaders +* Real-time preview window for the above-mentioned assets +* Diagnostics mode with useful tools for research + + +#### UI guide + +| Item | Action +| :---------------------------- | :---------------------------- +| File -> Load file/folder | Open Assetfiles and load their assets. Load file can also decompress and load bundle files straight into memory +| File -> Extract bundle/folder | Extract Assetfiles from bundle files compressed with lzma or l4z +| Scene Hierarchy search box | Search nodes using * and ? wildcards. Press Enter to loop through results or Ctrl+Enter to select all matching nodes +| Asset List filter box | Enter a keyword to filter the list of available assets; wildcards are added automatically +| Diagnostics | press Ctrl+Alt+D to bring up a hidden menu and a new list +| Bulid class structures | Create human-readable structures for each type of Unity asset; available only in Web builds! + +Other interface elements have tooltips or are self-explanatory.