//[MenuItem("Data Management/Pathing Test")]
 public static void Init()
 {
     editorWindow = EditorWindow.GetWindow<PathfindingTest>();
     editorWindow.Show();
 }
 //[MenuItem("Data Management/Pathing Test")]
 public static void Init()
 {
     editorWindow = EditorWindow.GetWindow <PathfindingTest>();
     editorWindow.Show();
 }