private void AboutGUI()
    {
        EditorGUILayout.HelpBox("About Mobile Social Plugin", MessageType.None);
        EditorGUILayout.Space();

        SA_EditorTool.SelectableLabelField(SdkVersion, SocialPlatfromSettings.VERSION_NUMBER);
        SA_EditorTool.FBSdkVersionLabel();
        SelectableLabelField(SupportEmail, "*****@*****.**");
    }
Beispiel #2
0
    private void AboutGUI()
    {
        EditorGUILayout.HelpBox("About the Plugin", MessageType.None);
        EditorGUILayout.Space();

        SA_EditorTool.SelectableLabelField(SdkVersion, IOSNativeSettings.VERSION_NUMBER);
        SA_EditorTool.SupportMail();

        SA_EditorTool.DrawSALogo();
    }