Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anchan828/scripttemplates
https://github.com/anchan828/scripttemplates
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anchan828/scripttemplates
- Owner: anchan828
- License: mit
- Created: 2014-09-01T04:27:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T04:45:58.000Z (over 10 years ago)
- Last Synced: 2023-03-15T19:10:41.724Z (almost 2 years ago)
- Size: 137 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ScriptTemplates
===============スクリプトファイルのテンプレート集
ダウンロードしたtxtファイルを`{Unity.app}/Contents/Resources/ScriptTemplates`フォルダに配置します。
![](https://dl.dropboxusercontent.com/u/153254465/screenshot2/ss%202014-09-01%2013.33.55.png)
作成するテンプレートファイルは以下の構成のファイル名にしなければいけません
`{priority}-{メニュー名}-{ファイル名}.{拡張子}.txt`
例:
```
120-C# Editor Script-NewEditor.cs.txt
121-C# EditorWindow Script-NewEditorWindow.cs.txt
122-C# EditorCallbacks Script-New EditorCallbacks.cs.txt
```![](https://dl.dropboxusercontent.com/u/153254465/screenshot2/ss%202014-09-01%2013.20.30.png)
priorityは 95-190 が好ましいです。