What are the options for rewarded video ads if one game development in WebGL in Unity3D?

I searched the internet and there were no useful links. Some said use Ad Sense, but I think it is against facebook policy if it should be published in FB Canvas (correct me if I am wrong). Is there a plugin available? Or is there a way to set an external external unit and reference them using Application.ExternallCall .

+5
source share
1 answer

Unity official developers said that there is unity and will only support mobile ads in the foreseeable future: https://forum.unity3d.com/threads/ads-for-webgl.311126/ The only alternative solution is to use the website APIs on which you are posting. So you can check something like this: http://blog.kongregate.com/kongregates-rewarded-video-api/ or even the Unity API for developers: https://developers.facebook.com/docs/unity /

Sorry if I did not provide useful information, but this is the only thing I found.

0
source

Source: https://habr.com/ru/post/1270427/


All Articles