void Update()
 {
     if (!editorSkin)
     {
         editorSkin = IP_Editor_Utils.GetEditorUI();
     }
 }
        public static void InitDesignerDashboard()
        {
            var win = EditorWindow.GetWindow <IP_DesignerDash_Window>();

            win.titleContent = new GUIContent("Designer Dashboard");
            win.Show();

            editorSkin = IP_Editor_Utils.GetEditorUI();
        }