コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】EditorPrefs の閲覧や編集が可能なアセット「EditorPrefs Editor」紹介(無料)

f:id:baba_s:20171021150421p:plain

概要

2016/8/8 に「EditorPrefs Editor」がリリースされました

「EditorPrefs Editor」を導入すると、
EditorPrefs の閲覧や編集ができるようになります

検証環境

  • Unity 2017.1.1f1
  • EditorPrefs Editor 2017.1

使い方

f:id:baba_s:20171021150547p:plain

Unity メニューの「Window>Gamedev Toolbelt>EditorPrefs Editor」から
「Open EditorPrefs Editor」を選択するか、
Ctrl + E を押すことでウィンドウを開くことができます

f:id:baba_s:20171021150655p:plain

このウィンドウで EditorPrefs の閲覧や編集が可能です

f:id:baba_s:20171021151055p:plain

設定

f:id:baba_s:20171021150859p:plain

Unity メニューの「Edit>Preferences...」を選択して

f:id:baba_s:20171021150817p:plain

「EP Editor」を選択すると、色やショートカットキーを変更できます

関連記事