Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charcolle/CustomAssetImporter

This asset is useful to set asset's import settings automatically.
https://github.com/charcolle/CustomAssetImporter

Last synced: 2 months ago
JSON representation

This asset is useful to set asset's import settings automatically.

Awesome Lists containing this project

README

        

# CustomAssetImporter ver2.0.1
これはAssetのImport Settingsを自動で行うのに便利なAssetです。
[ここ](https://github.com/charcolle/CustomAssetImporter/releases)からパッケージをダウンロードできます。
### Supported Unity Versions
Unity2017.1 or newer

## Usage
以下からCustomAssetImporterのWindowを開きます。
**Window > CustomAssetImporter > [Audio/Texuture/Model] Importer**

1. 左側のメニューから[Audio/Texture/Model]の設定画面を選択します。
2. [+]を押してImportSettings設定を作成します。
3. ImportSettings設定を反映させたい対象のタイプを以下で設定を行います。
- Directory Path:設定したディレクトリパスにあるファイルに対して設定を行います
- Directory Path Recursively:設定したいディレクトリパス以下にあるファイルすべてに対して設定を行います
- Directory Name:該当するディレクトリ名にあるファイルに対して設定を行います
- File Path:設定したファイルのパスに対して設定を行います
- File Name:該当するファイル名すべてに対して設定を行います
![CustomAssetImporterTargetType](https://github.com/charcolle/CustomAssetImporter/blob/master/DescFiles/customassetimporter_targettype_screenshot.png?raw=true)
4. ImportSettings設定を反映させたい対象を設定します。ディレクトリまたはファイルをドラッグ&ドロップすることで簡単に設定することができます。

### Texture Importer
![CustomAssetImporterTexture](https://github.com/charcolle/CustomAssetImporter/blob/master/DescFiles/customassetimporter_texture_screenshot.png?raw=true)
### Audio Imorter
![CustomAssetImporterAudio](https://github.com/charcolle/CustomAssetImporter/blob/master/DescFiles/customassetimporter_screenshot.png?raw=true)
### Model Imorter
![CustomAssetImporterModel](https://github.com/charcolle/CustomAssetImporter/blob/master/DescFiles/customassetimporter_model_screenshot.png?raw=true)