AssetStudio/README.md

50 lines
3.0 KiB
Markdown
Raw Normal View History

2018-04-02 22:51:22 +00:00
# AssetStudio
2018-04-07 00:41:48 +00:00
Latest build: [![Build status](https://ci.appveyor.com/api/projects/status/rnu7l90422pdewx4?svg=true)](https://ci.appveyor.com/project/Perfare/assetstudio/branch/master/artifacts)
2015-11-02 23:16:29 +00:00
**None of the repo, the tool, nor the repo owner is affiliated with, or sponsored or authorized by, Unity Technologies or its affiliates.**
2018-08-04 22:12:35 +00:00
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles. It has been tested with 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 assets from 2.5 up to the 2018.2 version.
2015-11-02 23:16:29 +00:00
2018-01-18 01:56:19 +00:00
## Features
2015-11-02 23:16:29 +00:00
* Support asset types:
2018-01-18 01:56:19 +00:00
* **Texture2D** : support convert to bmp, png or jpeg. export to containers: DDS, PVR and KTX
* **Sprite** : bmp, png or jpeg
2018-01-18 01:56:19 +00:00
* **AudioClip** : mp3, ogg, wav, m4a, fsb. support convert FSB file to WAV(PCM)
* **Font** : ttf, otf
* **Mesh** : obj
* **TextAsset** : txt
2017-01-16 16:30:07 +00:00
* **Shader**
2018-01-18 01:56:19 +00:00
* **MovieTexture** : ogv
2018-01-15 02:08:02 +00:00
* **VideoClip**
2017-01-16 09:07:50 +00:00
* **MonoBehaviour**
2018-08-04 22:12:35 +00:00
* **Animator** : Export to FBX file with bound AnimationClip
2018-01-18 01:31:15 +00:00
* Export model to FBX format, with complete hierarchy, transformations, materials and textures. Geometry is exported with normals, tangents, UV coordinates, vertex colors and deformers. Skeleton nodes can be exported either as bones or dummy deformers.
2015-11-02 23:16:29 +00:00
* Real-time preview window for the above-mentioned assets
* Diagnostics mode with useful tools for research
2017-01-16 16:30:07 +00:00
## Usage
2018-04-07 21:39:36 +00:00
### Requirements
2017-01-16 16:30:07 +00:00
- [.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)
2018-08-04 22:12:35 +00:00
### How to use
Use **File-Load file**, **File-Load folder** to load assets or assetbundles from multiple files or folder
Use **File-Extract file**, **File-Extract folder** to export assetbundles to assets from multiple files or folder
Export assets: use **Export** menu
Export model:
* Export model from "Scene Hierarchy" using the **Model** menu
* Export Animator from "Asset List" using the **Export** menu
* With AnimationClip:
* Select model from "Scene Hierarchy" then select the AnimationClip from "Asset List", using **Model-Export selected objects with AnimationClip** to export
* Export Animator will export bound AnimationClip or use **Ctrl** to select Animator and AnimationClip from "Asset List", using **Export-Export Animator with selected AnimationClip** to export
2018-01-18 01:56:19 +00:00
## Build
2018-04-07 21:39:36 +00:00
* The project uses some C# 7 syntax, need Visual Studio 2017
* **AssetStudioFBX** uses FBX SDK 2015.1, before building, you need to install the FBX SDK and modify the project file, change include directory and library directory to point to the FBX SDK directory
2018-08-04 22:12:35 +00:00
* If you want to change the FBX SDK version, you need to replace `libfbxsdk.dll` which in `AssetStudio/Library/x86/` and `AssetStudio/Library/x64` directory to the new version