hello so i am close to finish my game and I want to add unity ads I created a mobile game project to test before I add it to the main project I didn’t really understand the example project from github so please tell how to add a interstitial add to this script when I click on the screen I already fetch the library:
function init(self)
msg.post(".", "acquire_input_focus")
msg.post("@render:", "use_fixed_fit_projection", { near = -1, far = 1 })
end
function on_input(self, action_id, action)
if action_id == hash("touch") and action.pressed then
print("Touch!")
end
end