Hi guys
I’m new here with Defold. We do Unity games most of the time and we did tons of flash games back then. Last week I started comparing Phaser, Cocos Creator and Defold for making HTML5 games and ended up choosing Defold. Watched a couple of video tutorials and reading the docs, this seems to be a great choice for HTML5 games!
However, being a noob at this as I am, I have zero idea how to integrate GameDistribution SDK. They only provide SDK for Unity, Construct and pure JS. I think the only way to use it would be via their JS SDK here:
I can imagine I can easily set up the SDK by editing index.html directly
But I’m not sure if there’s an interface to talk with the JS SDK from Lua
Without this, showAd() can’t be called to show interstitials, and neither can we use rewarded Ads
I saw a similar question posted here a few years ago and I wonder if things have changed since?