mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Update README.md
This commit is contained in:
parent
114073f359
commit
cdaeb36e06
28
README.md
28
README.md
@ -3,7 +3,7 @@ Latest build: [
|
||||
- [Microsoft Visual C++ 2015 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=53840)
|
||||
|
||||
### 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 lz4
|
||||
| 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 asset
|
||||
|
||||
Other interface elements have tooltips or are self-explanatory.
|
||||
### 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
|
||||
|
||||
## Build
|
||||
|
||||
* 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
|
||||
* If you want to change the FBX SDK version, you need to replace `libfbxsdk.dll` which in `AssetStudio/Library/x86/` and `x64` directory to the new version
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user