suriyun-production / battle-io-docs

This is document for Battle IO project (https://www.assetstore.unity3d.com/#!/content/101113?aid=1100lGeN)
https://suriyun-production.github.io/battle-io-docs/
1 stars 0 forks source link

Ads not working #27

Closed Vauxvogh closed 3 years ago

Vauxvogh commented 3 years ago

Ads don't seem to work anymore, you might have to change some code. I'm using unity 2019.4.7. It automatically installs advertisement and thus wont let you have monetization from asset store installed with it.

I've tried removing the advertisement package from the package manager, reinstalling. I've tried installing the monetization package from the asset store and package manager and nothing is working.

insthync commented 3 years ago

Try add UNITY_PURCHASING, UNITY_ADS to scripting define symbols

Screenshot_16

Vauxvogh commented 3 years ago

Hey yep that worked! Thanks