playMaker

Author Topic: Unity Ads Actions[SOLVED]  (Read 3929 times)

Budde88

  • Full Member
  • ***
  • Posts: 165
Unity Ads Actions[SOLVED]
« on: June 09, 2016, 03:34:01 PM »
I am getting build errors with the Playmaker Unity Ads actions when I upgraded my Unity Ads Package.

Are the actions outdated now?
« Last Edit: June 10, 2016, 10:56:39 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Unity Ads Actions
« Reply #1 on: June 10, 2016, 03:30:27 AM »
Hi,

 There should not be any package you need for Unity ads, it seem you got mixed up with the old Unity ads. Now it's totally embedded in Unity, disergard any docs saying you need to install a package.

- What version of Unity are you using?
- where did you get the PlayMaker Unity ads actions?
- what error do you get?

Bye,

 Jean

tyrot

  • Playmaker Newbie
  • *
  • Posts: 17
Re: Unity Ads Actions
« Reply #2 on: June 10, 2016, 06:16:31 AM »
Jean is there a way for showing us how to setup REWARDED Unity ADs with playmaker.

Lets say when player dies .. after watching video, he will get 2 more lives.

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Unity Ads Actions
« Reply #3 on: June 10, 2016, 06:41:05 AM »
Hey Jean,

Thanks for letting me know about that info, when I removed the Unity Ads package it all seems to work :)


@tyrot
You need to download the Unity Ad scripts from the ecosystem,
Make sure you use the Initialize action at the start of the scene.
Then use the Show Ad action, this action has 3 outcomes ad failed, ad closed & ad skipped. If you want to reward the user, the outcome must be ad closed.

Search the forums, someone posted a screenshot of it.
« Last Edit: June 10, 2016, 07:50:28 AM by Budde88 »

tyrot

  • Playmaker Newbie
  • *
  • Posts: 17
Re: Unity Ads Actions[SOLVED]
« Reply #4 on: June 12, 2016, 05:06:25 PM »
Is there anybody who has a working system of rewarded ad ?

@Budde88
I did exactly as you said. If i get confirmation that (with current actions at ecosystem) rewarded ad is working i will try more ...

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Unity Ads Actions[SOLVED]
« Reply #5 on: June 13, 2016, 06:25:42 AM »
HI,

 There is no other way than listening for the Show Ad Action outcomes as Budde88 said, so indeed, this is the way to go for rewarding users.
 
 Bye,

 Jean