Hey guys may I use playcanvas for unity ads I try to make convert demo cube game for unity ads but I didnt success. What do I do for unity ads here link https://storage.googleapis.com/unity-ads-aui-prod-deployments/external-app/UnityAds_Playable_guide.pdf
I assume you followed one of these?
when I took one page html5 file unity give me this error * #### playable test project.html
Your playable is missing mraid.open()
Your playable is missing a store URL or the store URL is invalid
@yaustar is the expert here, but I suspect the unity might need some additional API calls, which you might need to add manually?
The tool is for converting a PlayCanvas to a single HTML or split into few files. It’s doesn’t support all ad formats out of the box. For an ad network that needs MRAID, you still need to add the calls needed like mraid.open()
on the CTA in the PlayCanvas games project itself and enable the MRAID option in the tool to add the MRAID library include GitHub - playcanvas/playcanvas-rest-api-tools: A set of tools to use with the PlayCanvas REST API for common jobs such as downloading a build and archiving a project
I’m not sure what the requirements are for Unity Ads, but you may need to fork and modify the tool to add support to what is needed.