You've already forked taptap2024_GJ_chidouren
update core
This commit is contained in:
@@ -31,15 +31,17 @@ namespace Views{
|
||||
_toGame.gameObject.SetActive (false);
|
||||
string key = "CompleteCount";
|
||||
await UniTask.Delay (1000);
|
||||
if (!PlayerPrefs.HasKey ("toApp") && PlayerPrefs.GetInt (key , 0) > 0)
|
||||
// !PlayerPrefs.HasKey ("toApp") &&
|
||||
if ( PlayerPrefs.GetInt (key , 0) > 0)
|
||||
{
|
||||
//提醒玩家评论
|
||||
UIManager.Instance.OpenTip ("本项目由" + "Taptap聚光灯挑战赛@2024".ToColorString (new Color (1f, 0.38f, 0f)) + "活动在规定的21天时间完成制作\n你的评价将是对我们最大的支持!点击确认查看游戏详情页!" ,
|
||||
UIManager.Instance.OpenTip ("本项目由" + "Taptap聚光灯GameJam@2024".ToColorString (new Color (1f, 0.38f, 0f)) + "活动在规定的21天时间完成制作\n你的评价将是对我们最大的支持!点击确认查看游戏详情页!" ,
|
||||
() =>
|
||||
{
|
||||
PlayerPrefs.SetInt ("toApp" , 1);
|
||||
LaunchAppUtils.ToTapTapTargetApp(GameGlobalConfig.Instance.TapUrl);
|
||||
LaunchAppUtils.ToTapTapTargetApp(GameGlobalConfig.Instance.TapAppUrl);
|
||||
} , () => { });
|
||||
LaunchAppUtils.CheckTargetApp ("taptap.com");
|
||||
}
|
||||
this._playableDirector = parameters.GetValue<PlayableDirector>();
|
||||
MapContent.Instance.Pathfinder.Scan ();
|
||||
|
||||
Reference in New Issue
Block a user