Hello, I would like to integrate a Commercial Break in my android game but it doesn’t work. I get the following error “module ‘plugin_combre’ not found”.
I added in main.lua:
local combre=require(“plugin.combre”)
and in build.settings:
settings =
{
orientation =
{
default = “landscapeRight”,
supported = {“landscapeRight”},
},
plugins =
{
[“plugin.combre”] =
{
publisherId = “com.appsaholic”,
supportedPlatforms = { android=true }
},
},
}
Build 2016.2830
Thanks for your help!