GUILayout.Label("Welcome to Easy Save",style.heading);
EditorGUILayout.BeginVertical(style.area);
GUILayout.Label("New To Easy Save?",style.subheading);
EditorGUILayout.BeginVertical(style.area);
ES3EditorUtility.DisplayLink("• See our Getting Started guide","http://docs.moodkie.com/easy-save-3/getting-started/");
EditorGUILayout.EndVertical();
GUILayout.Label("Support",style.subheading);
EditorGUILayout.BeginVertical(style.area);
ES3EditorUtility.DisplayLink("• Contact us directly","http://www.moodkie.com/contact/");
ES3EditorUtility.DisplayLink("• Ask a question in our Easy Save 3 forums","http://moodkie.com/forum/viewforum.php?f=12");
ES3EditorUtility.DisplayLink("• Ask a question in the Unity Forum thread","https://forum.unity3d.com/threads/easy-save-the-complete-save-load-asset-for-unity.91040/");
EditorGUILayout.EndVertical();
GUILayout.Label("Documentation and Guides",style.subheading);