Skip to content

Commit

Permalink
Merge pull request #20 from Skyluker4/enhancements/add-guide-readme
Browse files Browse the repository at this point in the history
Add guide to readme
  • Loading branch information
Skyluker4 authored Apr 25, 2022
2 parents 9fcc68b + 9c29b2c commit ca9d010
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ To extract, you also need to set the path of where you'd like to dump to.

To replace assets, you need to specify the path where the assets to import are and the name of the new asset bundle you're exporting. The files inside of the directory must match the asset names **exactly** in order to be imported.

For a more in-depth tutorial, check out the [guide](GUIDE.md).

### Arguments

- ```-h```, ```-?```, ```--help```: show the help message and then exit.
Expand Down Expand Up @@ -42,6 +44,8 @@ To replace assets, you need to specify the path where the assets to import are a
- Replace textures in ```assetBundle.bun```, reading from ```newTextures/```, to ```newAssetBundle.bun```:
- ```UnityAssetReplacer -b assetBundle.bun -t -i newTextures -o newAssetBundle.bun```

See the [guide](GUIDE.md) for how it is used in action.

## Building

### Requirements
Expand Down

0 comments on commit ca9d010

Please sign in to comment.