16/05/16 19:34:45.41 vHjLOzcJ.net
何故に切れた……
質問です。
EditorWindowで常に最前面に描画され続けるウィンドウを作りたくて以下のプログラム
public class GUIEditorWindow : EditorWindow {
[MenuItem("Window/TestEditor")]
public static void CreateEditorWindow() {
var instance = CreateInstance<GUIEditorWindow>();
instance.ShowUtility();
}
}
を書いたのですが、GameビューやSceneビューの裏側に回り込んでしまいます。
何が問題なのでしょうか。Window8のPCを使っています。
Unity のバージョンは Virsion 5.2.1p4 です。
お願いします!