升级sdk至 2.1.1

This commit is contained in:
2024-06-05 15:09:03 +08:00
parent d09e25b3fb
commit abeafaffc8
61 changed files with 466 additions and 105 deletions

View File

@@ -29,6 +29,11 @@ namespace AnyThink.Scripts.IntegrationManager.Editor
{
return "https://topon-sdk-release.oss-cn-hangzhou.aliyuncs.com/Unity_Release/plugin/" + pluginVersion + "/" + getPluginFileName(pluginVersion);
}
public static string getHotfixPluginDownloadUrl(string pluginVersion)
{
return "https://topon-sdk-release.oss-cn-hangzhou.aliyuncs.com/Unity_Release/plugin/" + pluginVersion + "/hotfix/hotfix_config.json";
}
}
}