Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/charcolle/CustomAssetImporter
- Owner: charcolle
- License: mit
- Created: 2017-08-08T13:31:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T13:57:57.000Z (about 6 years ago)
- Last Synced: 2024-08-02T05:13:08.114Z (6 months ago)
- Language: C#
- Homepage:
- Size: 2.38 MB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.ja.md
- Changelog: History/CustomAssetImporter_v0.2.unitypackage
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - CustomAssetImporter - Set asset's import settings automatically (Asset)
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)