Skip to content

Commit b1857c7

Browse files
author
uhu
committed
2 parents 1990b38 + b1fea2e commit b1857c7

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Demo/API_V2/Assets/API/OpenInterface/GameClub/GameClub.cs

+15-15
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ IEnumerator CreateGameClubButton(float delay)
4343
});
4444
}
4545

46-
// ²âÊÔ API
46+
// 测试API
4747
protected override void TestAPI(string[] args)
4848
{
4949
getGameClubData();
@@ -82,22 +82,22 @@ private void getGameClubData()
8282

8383
private bool _isGameClubShow = false;
8484

85-
// Çл»ÓÎϷȦ°´Å¥ÏÔʾ/Òþ²Ø
85+
// 切换游戏圈按钮显示/隐藏
8686
private void GameClubButtonSwitch()
8787
{
88-
//if (_isGameClubShow)
89-
//{
90-
// // ÏÔʾÓÎϷȦ°´Å¥
91-
// _gameClubButton.Show();
92-
// GameManager.Instance.detailsController.ChangeExtraButtonText(0, "Òþ²ØÓÎϷȦ°´Å¥");
93-
//}
94-
//else
95-
//{
96-
// // Òþ²ØÓÎϷȦ°´Å¥
97-
// _gameClubButton.Hide();
98-
// GameManager.Instance.detailsController.ChangeExtraButtonText(0, "ÏÔʾÓÎϷȦ°´Å¥");
99-
//}
100-
//_isGameClubShow = !_isGameClubShow;
88+
// if (_isGameClubShow)
89+
// {
90+
// // 显示游戏圈按钮
91+
// _gameClubButton.Show();
92+
// GameManager.Instance.detailsController.ChangeExtraButtonText(0, "隐藏游戏圈按钮");
93+
// }
94+
// else
95+
// {
96+
// // 隐藏游戏圈按钮
97+
// _gameClubButton.Hide();
98+
// GameManager.Instance.detailsController.ChangeExtraButtonText(0, "显示游戏圈按钮");
99+
// }
100+
// _isGameClubShow = !_isGameClubShow;
101101
}
102102

103103
private void GameClubButtonDestroy()

Design/UnityVersion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
## Unity InstantGame版本获取
3232

33-
中国特供版[下载地址](https://unity.cn/instantgame/docs/WechatMinigame/InstallUnity)
33+
中国特供版[下载地址](https://unity.cn/instantgame/docs/WechatMinigame/InstallUnityWithTuanjieBackport/)
3434

3535

3636
## QA

0 commit comments

Comments
 (0)