Skip to content

Commit 9ead15d

Browse files
authored
Merge pull request #1 from Ajdne/Ajdne-README-update
Update README.md
2 parents d158e86 + 0de245d commit 9ead15d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# AssetStudio
22
[![Build status](https://ci.appveyor.com/api/projects/status/rnu7l90422pdewx4?svg=true)](https://ci.appveyor.com/project/Perfare/assetstudio/branch/master/artifacts)
33

4-
**None of the repo, the tool, nor the repo owner is affiliated with, or sponsored or authorized by, Unity Technologies or its affiliates.**
4+
**None of the repo, the tool, nor the repo owner is affiliated with, sponsored, or authorized by, Unity Technologies or its affiliates.**
55

6-
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
6+
AssetStudio is a tool for exploring, extracting, and exporting assets and asset bundles.
77

88
## Features
99
* Support version:
1010
* 3.4 - 2022.1
1111
* Support asset types:
1212
* **Texture2D** : convert to png, tga, jpeg, bmp
1313
* **Sprite** : crop Texture2D to png, tga, jpeg, bmp
14-
* **AudioClip** : mp3, ogg, wav, m4a, fsb. support convert FSB file to WAV(PCM)
14+
* **AudioClip** : mp3, ogg, wav, m4a, fsb. support converting FSB file to WAV(PCM)
1515
* **Font** : ttf, otf
1616
* **Mesh** : obj
1717
* **TextAsset**
@@ -49,13 +49,13 @@ use **Export** menu.
4949

5050
### Export Model
5151

52-
Export model from "Scene Hierarchy" using the **Model** menu.
52+
Export the model from "Scene Hierarchy" using the **Model** menu.
5353

5454
Export Animator from "Asset List" using the **Export** menu.
5555

5656
#### With AnimationClip
5757

58-
Select model from "Scene Hierarchy" then select the AnimationClip from "Asset List", using **Model-Export selected objects with AnimationClip** to export.
58+
Select the model from "Scene Hierarchy" then select the AnimationClip from "Asset List", using **Model-Export selected objects with AnimationClip** to export.
5959

6060
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.
6161

@@ -65,14 +65,14 @@ When you select an asset of the MonoBehaviour type for the first time, AssetStud
6565

6666
#### For Il2Cpp
6767

68-
First, use my another program [Il2CppDumper](https://github.com/Perfare/Il2CppDumper) to generate dummy dll, then when using AssetStudio to select the assembly directory, select the dummy dll folder.
68+
First, use my other program [Il2CppDumper](https://github.com/Perfare/Il2CppDumper) to generate a dummy dll, then when using AssetStudio to select the assembly directory, select the dummy dll folder.
6969

7070
## Build
7171

7272
* Visual Studio 2022 or newer
7373
* **AssetStudioFBXNative** uses [FBX SDK 2020.2.1](https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2020-2-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
7474

75-
## Open source libraries used
75+
## Open-source libraries used
7676

7777
### Texture2DDecoder
7878
* [Ishotihadus/mikunyan](https://github.com/Ishotihadus/mikunyan)

0 commit comments

Comments
 (0)