Hello!
I have been working with Unity a couple of months now, and I’m happy to say I’ve created my first well-developed game. However, i have a question related to using ads in game. Do i need some special scripts so Unity can track how many people have seen the ads or do i just put in a certain script : Using UnityEngine.Advertisements;
And then just put wherever i want Advertisement.Show();
Thank you!
Unity Ads tracks all these things for you - just make sure the Ads are integrated and initialised, and wait until Advertisement.IsReady() returns true, and then call Advertisement.Show();
More details here: Unity developer integration guides