update 1.1.25

This commit is contained in:
2024-03-12 02:21:41 +08:00
parent 1a9e55a8a3
commit d20f1ce60c

View File

@@ -1,12 +1,15 @@
//菜单栏
using UnityEditor;
using UnityEngine;
// using DownloadManager;
namespace AnyThink.Scripts.IntegrationManager.Editor
{
public class AnyThinkMenuItems : MonoBehaviour
{
#if AnyThinkSDKEditor
/**
* The special characters at the end represent a shortcut for this action.
*
@@ -19,7 +22,6 @@ namespace AnyThink.Scripts.IntegrationManager.Editor
[MenuItem ("AnyThink/SDK Manager %#t")]
private static void IntegrationManager ()
{
ATIntegrationManagerWindow.ShowManager ();
}
@@ -33,5 +35,6 @@ namespace AnyThink.Scripts.IntegrationManager.Editor
// }
Application.OpenURL ("https://newdocs.toponad.com/docs/lgfbO4");
}
#endif
}
}