How to implement the Unity AdMob less than 10 minutes

How to implement the Unity AdMob less than 10 minutes

UnityToBrain

1 год назад

10,377 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

RAIM AHMED TV
RAIM AHMED TV - 16.08.2023 10:14

Hey bro I wanted to reward my player 2x coins if my player won the level and click on a button so the rewarded ad will run and after this they win earn 2x coins. I'm talking about unity ads. Please help me or make a tutorial on rewarded ads of unity ads and show user to earn coins script to please.Thanks for reading!

Ответить
Ian Vallejo
Ian Vallejo - 26.07.2023 22:27

Grandeee, me funcionó, gracias por parar el scrip sino hubiera tardado horas ❤❤

Ответить
But if you close your eyes 2
But if you close your eyes 2 - 16.06.2023 11:21

hi! after i import the google mobile ads and copy the script it gives me this error. what did i do wrong?

error CS0246: The type or namespace name 'CustomNativeAd' could not be found

Ответить
annoyng154stefan
annoyng154stefan - 07.06.2023 16:56

Hi! can you please tell me what to do if i alreazy implemented ads and i want to delete them and install admob? i already tried to delete them but it gave me compiler errorrs, thank you for responding!

Ответить
Karl Mathuthu
Karl Mathuthu - 11.05.2023 02:07

You the best 😍

Ответить
Mr Golem
Mr Golem - 05.05.2023 17:48

Hi, is new version of this plagin doesnt have ad.OnUserEarnedReward? I have only that one ad.OnAdPaid += (AdValue adValue) =>
{
PrintStatus("Player must get reward");
OnUserEarnedRewardEvent.Invoke();
};
But this one is copy of ad.OnAdPaid ....so if i right,how i can made things after video reward work in Unity editor?

Ответить
Barath Kumar
Barath Kumar - 13.04.2023 14:03

How to add watch ad to continue button bro just say what to do in user earned reward event

Ответить
Rajus Magic
Rajus Magic - 12.04.2023 01:18

Test banner ad is showing in unity game view. But when I build and play the game banner ad is not showing. Why

Ответить
toxicbird
toxicbird - 11.04.2023 18:04

Thank you for your video, I have implemented rewarded ad in restart button but after showing ads done ,my game gets restart and go back to scene 0 means main menu, how can i solve it?

Ответить
jamiereddog
jamiereddog - 08.04.2023 12:54

Hi, any idea why the ads are not showing in the editor?

Ответить
John Dipupo
John Dipupo - 31.03.2023 11:33

Hello. Please, I'm getting an error for banner ads after following your video. The error says "Prefab Ad is null". What should I do, please?. I'm stuck.

Ответить
8Bit Logic
8Bit Logic - 16.03.2023 12:39

do i need to assign banner id,intrestial id or just appunit id?

Ответить
8Bit Logic
8Bit Logic - 16.03.2023 12:34

awesome !

Ответить
GrandMax
GrandMax - 08.03.2023 03:58

Build Failure.
java.lang.UnsupportedOperation.Exeption: This feature requires ASM7.
Help Please. I did everything according to the guide, I didn’t add anything extra to the project

Ответить
Avatar Games
Avatar Games - 26.02.2023 09:45

Google mobile ads 7.4.1 has different script, script is creating problem for me.
How to register a delegate?? Please check it's latest version, you will understand

Ответить
도리
도리 - 23.02.2023 12:48

Rewarded ad works fine for the first time. but when I reload the scene, it doesn't load the same rewarded ad. do you know the solution?

Ответить
bigbang neverknow
bigbang neverknow - 17.02.2023 08:39

Works well on apk file but after uploading to google play, 2 days have passed without showing admob even though Approval status on admob is Ready . My admob account used to have an app created on other software that shows ads ok. Is there any solution to this problem?

Ответить
Facu Sandoval
Facu Sandoval - 16.02.2023 19:06

Thanks!! I love you

Ответить
Kimoi
Kimoi - 09.02.2023 10:32

It works well in the editor, but after build in mobile and when play it . "Interstitial ad is not ready yet." pops up and doesn't show Ad
Other Ads do the same.
public void ShowInterstitialAd()
{
if (interstitialAd != null && interstitialAd.CanShowAd())
{
interstitialAd.Show();
}
else
{
PrintStatus("Interstitial ad is not ready yet.");
}
}

Ответить
CaLmInG
CaLmInG - 12.01.2023 04:23

yes, very helpful, can you make a tutorial how to use admob with multiple scenes, and make banner not destructible ?

Ответить