【Unity】アイコンボタンで簡単アクセス! EditorShortcutWindow

24 4月 by Finchmen

【Unity】アイコンボタンで簡単アクセス! EditorShortcutWindow

今回紹介するのは、EditorShortcutWindow というツールです!

これは UnityEditor 上によく使う機能を、
アイコン付きのボタンで表示する、便利なツールです。

https://github.com/finchmen/EditorShortcutWindow

普段はこんな感じで、目的のウィンドウを表示させるには少し時間を取られます。

そこで EditorShortcutWindow を導入すれば、アイコン付きのボタンをクリックするだけで表示されるのです!

各ショートカットは左から順に、以下のように並んでいます。

  1. File/Build Settings…
  2. File/Build And Run
  3. Window/Analysis/Profiler
  4. Window/Analysis/Frame Debugger
  5. Window/Animation/Animator
  6. Window/Animation/Animation
  7. Window/Audio/Audio Mixer
  8. Window/AI/Navigation
  9. Window/Rendering/Lighting Settings
  10. Edit/Project Settings…
  11. Window/General/Services

Editor の右下などに配置しておくと、とても便利です。

ちなみに Unity にはデフォルトで ShortCutsManager という機能があり、
この機能を使うほうが、場合によっては楽かもしれません。

アイコン付きのボタンということで、差別化は出来ていると思います。
もしよければ、使用してみてください!

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です