Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anchan828/unity-editor-book-example
エディタ拡張本のサンプル置き場
https://github.com/anchan828/unity-editor-book-example
Last synced: about 2 months ago
JSON representation
エディタ拡張本のサンプル置き場
- Host: GitHub
- URL: https://github.com/anchan828/unity-editor-book-example
- Owner: anchan828
- License: mit
- Created: 2015-08-08T03:43:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T17:40:36.000Z (over 8 years ago)
- Last Synced: 2023-03-15T19:10:42.403Z (almost 2 years ago)
- Language: C#
- Size: 1.07 MB
- Stars: 40
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-editor-book-example
エディター拡張本のサンプル置き場
## attach_script_to_scene
第24章 - シーンアセットにスクリプトをアタッチ
## CustomEditor
第9章 - CustomEditor
## overwriter
第20章 - Overwriter
## SpriteAnimationClip
第20,21章 - SpriteAnimationPreview
## SpriteField
第19章 - GUI を自作する