diff --git a/Scripts/Editor/NodeEditorPreferences.cs b/Scripts/Editor/NodeEditorPreferences.cs index 2bc42f7..4020850 100644 --- a/Scripts/Editor/NodeEditorPreferences.cs +++ b/Scripts/Editor/NodeEditorPreferences.cs @@ -120,11 +120,6 @@ namespace XNodeEditor { if (GUILayout.Button(new GUIContent("XNode Documentation", "https://github.com/Siccity/xNode/wiki"), GUILayout.Width(180))) Application.OpenURL("https://github.com/Siccity/xNode/wiki"); - - if (GUILayout.Button( - new GUIContent("IcSkill Documentation", "https://github.com/yika-aixi/IcSkillSystem"), - GUILayout.Width(180))) - Application.OpenURL("https://github.com/yika-aixi/IcSkillSystem"); } EditorGUILayout.Space(); }