parent
e0adc8f70c
commit
4ea70a5a21
|
@ -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();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue