コガネブログ

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

【Unity】Game ビューをフォーカスする処理

概要

var type = typeof( EditorWindow ).Assembly.GetType( "UnityEditor.GameView" );
EditorWindow.FocusWindowIfItsOpen( type );