IAP enabled with cloud

dev-ali
Hazim Bin Ijaz 3 weeks ago
parent 4c90ba92c4
commit b931fb90f9

@ -4,6 +4,7 @@
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.mobile.android-logcat": "1.4.3",
"com.unity.purchasing": "4.12.2",
"com.unity.textmeshpro": "3.0.9",
"com.unity.modules.ai": "1.0.0",

@ -38,6 +38,13 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.mobile.android-logcat": {
"version": "1.4.3",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.1",
"depth": 2,

@ -906,7 +906,7 @@ PlayerSettings:
Build: 0
Game Performance: 0
Legacy Analytics: 0
Purchasing: 0
Purchasing: 1
UDP: 0
Unity Ads: 0
luminIcon:

@ -17,10 +17,10 @@ UnityConnectSettings:
m_LogBufferSize: 10
m_CaptureEditorExceptions: 1
UnityPurchasingSettings:
m_Enabled: 0
m_Enabled: 1
m_TestMode: 0
UnityAnalyticsSettings:
m_Enabled: 0
m_Enabled: 1
m_TestMode: 0
m_InitializeOnStartup: 1
m_PackageRequiringCoreStatsPresent: 1

Loading…
Cancel
Save