https://github.com/is-nao/unity-folder-generator
Unityでよく使うフォルダを任意の場所に簡単に作成するエディタ拡張です。
https://github.com/is-nao/unity-folder-generator
unity unity-editor unity-package unity-plugin
Last synced: about 1 year ago
JSON representation
Unityでよく使うフォルダを任意の場所に簡単に作成するエディタ拡張です。
- Host: GitHub
- URL: https://github.com/is-nao/unity-folder-generator
- Owner: is-nao
- Created: 2021-04-30T09:41:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T13:14:34.000Z (almost 4 years ago)
- Last Synced: 2025-04-06T08:31:51.219Z (about 1 year ago)
- Topics: unity, unity-editor, unity-package, unity-plugin
- Language: C#
- Homepage:
- Size: 504 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity Folder Generator
Unityでよく使うフォルダを任意の場所に簡単に作成するエディタ拡張です。

# Download
FolderGenerator.unitypackage [DL Here](https://github.com/c-nao27/Unity-FolderGenerator/raw/master/ExportPackages/FolderGenerator.unitypackage) | [Source Code](https://github.com/c-nao27/Unity-FolderGenerator/blob/master/Assets/Editor/FolderGenerator.cs)
ダウンロード後、適用したいUnityプロジェクトにインポートしてください。
# Usage
1. メニューやプロジェクトウィンドウから
Assets -> Create -> Folder Generator
2. [フォルダを選択] を押してフォルダを作成する場所を設定します。
3. ボタンを押してフォルダを作成します。
### Custom
フォルダを追加/削除する場合、Assets/Editor/FolderGenerator.cs の
[フォルダリスト](https://github.com/c-nao27/Unity-FolderGenerator/blob/8b0b4f9bcf34193fae7a912f1d77d1c402cf9adb/Assets/Editor/FolderGenerator.cs#L11-L29)
を編集してください。