We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66cd43 commit 471b6b3Copy full SHA for 471b6b3
VirtueSky/Advertising/Runtime/General/AdSetting.cs
@@ -18,7 +18,7 @@ public class AdSetting : ScriptableObject
18
[SerializeField] private bool useMax = true;
19
[SerializeField] private bool useAdmob;
20
[SerializeField] private bool useIronSource;
21
- [SerializeField] private bool enableTrackAdRevenue;
+ [SerializeField] private bool enableTrackAdRevenue = true;
22
23
[Tooltip("Install google-mobile-ads sdk to use GDPR"), SerializeField]
24
private bool enableGDPR;
0 commit comments