Update README.md

This commit is contained in:
Perfare 2018-01-18 09:56:19 +08:00 committed by GitHub
parent 738e7d3785
commit 6f2c4521b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ Latest build: [![Build status](https://ci.appveyor.com/api/projects/status/amw5n
Unity Studio is a tool for exploring, extracting and exporting assets from Unity games and apps. It has been tested with Unity builds from most platforms, ranging from Web, PC, Linux, MacOS to Xbox360, PS3, Android and iOS, and it is currently maintained to be compatible with Unity builds from 2.5 up to the 2017.3 version.
## Current features
## Features
* Support Unity3D Asset types:
* **Texture2D** : support convert to bmp, png or jpeg. export to containers: DDS, PVR and KTX
@ -20,17 +20,15 @@ Unity Studio is a tool for exploring, extracting and exporting assets from Unity
* Real-time preview window for the above-mentioned assets
* Diagnostics mode with useful tools for research
## Usage
Requirements:
### 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
### UI guide
| Item | Action
| :---------------------------- | :----------------------------
@ -39,6 +37,9 @@ Requirements:
| 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!
| Bulid class structures | Create human-readable structures for each type of Unity asset
Other interface elements have tooltips or are self-explanatory.
## Build
Program uses some C# 7 syntax, need Visual Studio 2017