From bcffc1b1e33d025fac98b9483deaa34b9620b383 Mon Sep 17 00:00:00 2001 From: Ishotihadus Date: Tue, 16 Jan 2018 00:47:06 +0900 Subject: [PATCH] Edit readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b88faee..4c38c8d 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,17 @@ Available options: - `--pretty` (`-p`): prettify output json (`mikunyan-json` only) - `--yaml` (`-y`): YAML mode +### Image Outputer + +`mikunyan-image` is an executable command for unpacking images from unity3d. + + $ mikunyan-image bundle.unity3d + +Available options: + +- `--as-asset` (`-a`): interpret input file as not AssetBudnle but Asset +- `--outputdir` (`-o`): output directory (default is a basename of input file without an extention) + ## Dependencies - [json](https://rubygems.org/gems/json)