https://github.com/baba-s/UniShortcutKeyPlus
【Unity】Unity エディタで使用できるショートカットキーを13個追加するエディタ拡張
https://github.com/baba-s/UniShortcutKeyPlus
kogane-unity-lib unity unity-editor unity3d
Last synced: about 1 year ago
JSON representation
【Unity】Unity エディタで使用できるショートカットキーを13個追加するエディタ拡張
- Host: GitHub
- URL: https://github.com/baba-s/UniShortcutKeyPlus
- Owner: baba-s
- Created: 2018-03-21T05:24:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T14:05:13.000Z (about 6 years ago)
- Last Synced: 2024-05-13T20:55:11.434Z (about 2 years ago)
- Topics: kogane-unity-lib, unity, unity-editor, unity3d
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 21
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uni Shortcut Key Plus
Unity エディタで使用できるショートカットキーを13個追加するエディタ拡張
## ショートカットキー

|ショートカットキー|内容|
|:--|:--|
|Alt + ↑|Hierarchy の並び順を上に移動|
|Alt + ↓|Hierarchy の並び順を下に移動|
|Alt + Shift + C|コンソールをクリア|
|Alt + C|Transform の値をコピー|
|Alt + V|Transform の値を貼り付け|
|Alt + E|選択解除|
|Alt + D|オブジェクトを複製(サフィックスは省略)|
|Alt + A|アクティブ切り替え(Shift + Alt + A と同じ)|
|Alt + R|オブジェクトの名前から複製時のサフィックスを削除|
|Alt + L|Inspector のロックを切り替え|
|Alt + K|Inspector をデバッグモードに切り替え|
|F5|再生|
|Shift + F5|停止|
## 参考サイト様
* https://bitbucket.org/sirgru/simple-editor-shortcuts-tools-collection