You've already forked Commercialization.topon
update core
This commit is contained in:
@@ -6,13 +6,13 @@ using UnityEditor;
|
|||||||
public class ATMenu : UnityEditor.Editor
|
public class ATMenu : UnityEditor.Editor
|
||||||
{
|
{
|
||||||
// Start is called before the first frame update
|
// Start is called before the first frame update
|
||||||
[MenuItem("AnyThink/Documentation", false, 0)]
|
// [MenuItem("AnyThink/Documentation", false, 0)]
|
||||||
public static void Documentation()
|
public static void Documentation()
|
||||||
{
|
{
|
||||||
Application.OpenURL("https://docs.toponad.com/#/en-us/unity/download/package?_t=YyEWrxzJVTjbQFhszxvWabdIARg7mzE4");
|
Application.OpenURL("https://docs.toponad.com/#/en-us/unity/download/package?_t=YyEWrxzJVTjbQFhszxvWabdIARg7mzE4");
|
||||||
}
|
}
|
||||||
|
|
||||||
[MenuItem("AnyThink/SDK Manager", false, 0)]
|
// [MenuItem("AnyThink/SDK Manager", false, 0)]
|
||||||
public static void sdkManager()
|
public static void sdkManager()
|
||||||
{
|
{
|
||||||
ATDownloadManager.showManager();
|
ATDownloadManager.showManager();
|
||||||
|
|||||||
Reference in New Issue
Block a user