【Shop】关闭IAP、商店初始化

Android_release
zhangaotian 2024-08-14 14:28:06 +08:00
parent 6cd54c950c
commit e0adc8f70c
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ namespace Gameplay.Game
#endif
AdSDKManager.Instance.ConfigureBeforeInit(unityAdsGameID);
AdSDKManager.Instance.Init();
IAPManager.Instance.Init();
//IAPManager.Instance.Init();
DontDestroyOnLoad(gameObject);
_game = new Forest_MyGame();

View File

@ -24,7 +24,7 @@ namespace Gameplay.LoadingExecutor
{
AppInfoManager.Instance.InitRemoteInfo();
_destProgress = 10f;
ShopManager.Instance.Init();
//ShopManager.Instance.Init();
_destProgress = 20f;
await TableManager.Instance.Load();
_destProgress = 30f;