Provides infrastructure for adding "Google" menu items in the Unity Editor.
Пример #1
0
 private static void ViewLicense()
 {
     // The guid is for GooglePlayPlugins/com.google.android.appbundle/LICENSE.md
     GoogleEditorMenu.OpenFileByGuid("4b995f494568e47259d526c5211d778b");
 }
Пример #2
0
 private static void ViewPlayPluginsIssuesPage()
 {
     GoogleEditorMenu.ViewPlayPluginsIssuesPage();
 }