You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: I don't like this, but guilayout was not cooperating, revisit later.
23
+
varindent=25;
24
+
varrow1=position.y+15;
25
+
varrow2=row1+25;
26
+
varrow3=row2+85;
27
+
28
+
EditorGUI.LabelField(Rect(position.x,row1,155,25),"Advertiser Id Support");
29
+
30
+
varstyle=newGUIStyle(EditorStyles.textArea);
31
+
style.wordWrap=true;
32
+
33
+
EditorGUI.TextArea(Rect(position.x+indent,row2,position.width-40,75),"If you enable this collection, ensure that you review and adhere to the Google Analytics policies for SDKs and advertising features. Click the button below to view them in your browser.",style);
GUILayout.TextArea("Click the button below to copy the Google Play Services lib from your Android directory into your current project.\n\nThis will delete the existing version of the library if you have already imported it.");
Debug.LogError("Could not locate google-play-services_lib in: "+src);
47
+
EditorUtility.DisplayDialog("Lib not found","Could not locate google-play-services_lib\n\nPlease ensure you have specified the correct path to your Android SDK and have downloaded the Google Play Services library.","OK");
0 commit comments