Problem with this tutorial is that this is the easy part, it doesn't include the actual requirements to upload to the google play store, went through dependency hell.
@fluffystuff2 жыл бұрын
thanks alot for helping me out TYSM😄
@realreddog8866 Жыл бұрын
It has all changed, you need to update this video really as scripts are now different to the ones in the video and no longer able to follow along so having to search KZbin for an updated tutorial
@teamofwinter81284 ай бұрын
did you find a good updated video to follow? if so please recommend it to me
@lfepped6474 Жыл бұрын
thanks a lot mate! Very clean and straight forward tutorial.
@onur37592 жыл бұрын
işte bu ya...şöyle tertemiz anlatan başka bir video yok. teşekkürler.
@SurpriseMotherFaker2 жыл бұрын
Bizim türklerin çektiği videolara bakıyosun 25 30 dk. adam 6 dk da hepsini çatır çatır göstermiş.
@muhammetcelik9577 Жыл бұрын
Yemin ediyorum çıldırdım bak adam 30 dakika konuşuyor ve ne anlattığını gram anlamıyorum.Bir anda farklı bir konuya değiniyor.Sonra konuya dönüyor falan sonuç olarak boşuna zaman kaybı yaşıyorum.
@anlozge1788 Жыл бұрын
@@SurpriseMotherFaker bu adam da türk?
@ROCKSMASHER2 ай бұрын
For those who are having the builder problem please note that builder has been removed so change it from: AdRequest request = new AdRequest.Builder().Build(); to: AdRequest request = new AdRequest();
@Reyskee2 жыл бұрын
On the editor banner + interstitial shows but when I test apk with test ads only the banner shows on the mobile not the interstitial ads. How comes?
@ButterGames2 жыл бұрын
Awesome Video!
@SoloGameDev2 жыл бұрын
Thanks 😊
@lyanglyang1 Жыл бұрын
Beautiful, beautiful and beautiful. thanks
@OmegaTip2 жыл бұрын
I did the same on "unity 2021.3.16f1 Personal", it works on testing only, but when i build my Project my ads are not shown at all. I make sure I have updated AdMob with My payment details and i also Checked my AdMob dashboard to see the status of my ads, are they active, and they are. Do you have any idea why it is not working? Thank you in advanced 🙏
@bonfaceosuka Жыл бұрын
Hello , when Build the project it crashes , what can i do to change this ??
@Kasuga-2 жыл бұрын
can you link the C# scripts?😅
@bymsec2 жыл бұрын
Adamsın bu videolara devam
@SoloGameDev2 жыл бұрын
@TechBenchmarker2 жыл бұрын
Thank you for sharing this tutorial! do you know if there is any GDPR implementation to be done or not ?
@lemulitestudio2 жыл бұрын
Can you do a video on integrating admob mediations
@MeetSondagar-p7g9 ай бұрын
Bro 4:24 ad is not showing me in APK File How i Fix it? i use tested ID
@GabrielRamirez-yy4rc2 жыл бұрын
Awesome video! Any videos on Unity Ironsource ads?
@iqbalsurya77 Жыл бұрын
bro why Admob shows in Editor, but not on a real Android device???
@JuanFranco-mq7js2 жыл бұрын
will you do another vid for the "app open ad" type? looks harder
@webmaster76172 жыл бұрын
to the point. thanks
@melissaooficial2 жыл бұрын
After i restart unity, every time i try to build the AAB file, i get an Java Exception error for some class file using java 55, which is not usable.
@blackorzarblack16552 жыл бұрын
Hi, try to change the minimum API Level in Player settings
@melissaooficial2 жыл бұрын
@@blackorzarblack1655 The minimum api level is Lollipop, targeted is 32.
@blackorzarblack16552 жыл бұрын
@@melissaooficial change minimum api to "Nougat" (api 25) or higher and Target to Autimatic.
@sgotach_7581 Жыл бұрын
I dont understand what im doing wrong man, in unity i get the test ads but when i build and install my apk i get no ads at all
@vijyantsingh_8 ай бұрын
switch off test mode
@captainnoyaux Жыл бұрын
How can you do mediation with admob ? For example I want admob to display adunitA, if not available adunit B, etc. is that possible ? When you load an ad you just give it one adunitId and not a waterfall id or something
@hossamkhyati77532 жыл бұрын
ITS NOT WORKING WHEN I BUILD THE APK
@satchensewnarine9862 Жыл бұрын
Hey did you get this working? I have the same problem that the rewarded ad doesn't work in the apk, but works in the game tab on unity. My other 2 ads (banner and Interstatial work just fine in apk)
@toxicbird.official Жыл бұрын
@@satchensewnarine9862 have you found a solution for that issue? I have the same issue and ads are just showing in the editor but not in apk
@BlessingBeast Жыл бұрын
Yeah same issue with me too. Only test ads show. But after uploading to play store, no ads are being displayed.
@hyld_yt41522 жыл бұрын
nice video, but can it work, if your game not is on ios or Android????
@enesozcan8562 жыл бұрын
Merhaba, geçiş reklamını unity de görüyorum. Ama google play e yüklediğimde gözükmüyor
@VEETEEGameStudio2 жыл бұрын
Same here...did you find a fix
@chrisp19062 жыл бұрын
Great video! I used it to setup mine and everything worked in unity but once I build the app. None of the ads show up. Any ideas what's going on?
@SoloGameDev2 жыл бұрын
You should check your java sdk.
@chrisp19062 жыл бұрын
@@SoloGameDev Thanks for the reply! I just figured out what was happening for me was a problem on the admob account side of things.
@timkafilchakoff27042 жыл бұрын
@Solo Game Dev What did you mean? On the last stable 2021.3.16 with OpenJDK 1.8.0_152 and Android SDK 32 i have no way to get Mobile.Initialize working, got nothing, SDK not initialized. It's just dead on device, but yes, working in Editor. My app working perfectly with Android SDK 30 and GMA Unity but there is no way to left it like this. Could you tell me please what config do you use (JDK, NDK, Gradle, SDK)? Did you tested your app on device or just in editor?
@chrisp19062 жыл бұрын
@@timkafilchakoff2704 I also did ALL of those things originally and couldn't figure out what was happening. If your test banner is working on the device build but your real ones are not. I would say look into the admobs side of things. Assuming you have the ad ID setup ann entered correctly and your admob account officially setup with bank info and everything. The thing that got it working for me was to remove the google optimized floor in your ad. It supposed to help make sure you get a good price for your ads I believe but ends up just not showing ANY ads if no company bids for the ad space. I'm hoping that's making sense. This admobs shit took me DAYS to figure out. So I'm just trying to pay it forward!
@satchensewnarine98622 жыл бұрын
Hey Chris, can you confirm if this method worked for you? Are your AdMob ads coming through? Is your app working as intended?
@thanitsakleuangsupornpong24492 жыл бұрын
Is it true that currently we can just use admob from Unity ads SDK latest version? I saw there is an option ‘admob’ when setup the ads in Unity Dashboard.
@mohammedmahmood2251 Жыл бұрын
How to oppen ads with button?
@LosTDreaM79111 ай бұрын
"You are trying to create a MonoBehaviour using the 'new' keyword. This is not allowed." What is the solution to this error?
@matteosberna735 Жыл бұрын
What if force resolution failed?
@yukngaji51547 ай бұрын
Why are Unity plugins downloaded via GitHub? Is this safe to use? Wouldn't it be safer if Unity itself created it? Please explain?
@LenYiFanboy4 ай бұрын
Hey! The reason why a lot of stuff is on GitHub is because GitHub is a public repository where almost everyone can add usefull stuff (All that stuff is also controlled/reviewed) so youre good using it
@batuhanbayr7613 Жыл бұрын
"Assembly 'Assets/ExternalDependencyManager/Editor/1.2.171/Google.IOSResolver.dll' will not be loaded due to errors: Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector." I am taking this error please help me
@wargosh7502 Жыл бұрын
Were you able to solve it?
@melihavc2210 Жыл бұрын
aynı hatayı alıyorum. Çözebildin mi
@batuhanbayr7613 Жыл бұрын
@@melihavc2210 evet unity hub üzerinden kullandığım unity versiyonuna bir paket eklemiştim lütfen bu problemi bing AI ya yaz ben ona yazarak çözdüm tek doğru sonucu o veriyor çünkü
@batuhanbayr7613 Жыл бұрын
add modules kısmından android build support + ios uild sport indirmişim
@babdie Жыл бұрын
if ur only building for android , you can delete that iosresolver.dll ........errors were gone for me
@RedaHaskouri2 жыл бұрын
hi sir! please if you can help me! i start to make game like a puzzle game ( INSIDE ) but mine is 2D not 3D like INSIDE. my game is adventure puzzle game exactly like INSIDE. but theres my some problems if you can help me in tutorial video bcs my english its so bad. and you can help many people. ( i wish to help bcs i was asked many youtubers and no one care about my problems ) .. theres my problems : i dont know how exactly i make a smouth dynamic physicaly moves of player ( jump .., climb and hang ledges.., Climb and Swing on Ropes..) i saw a thousand of tutorials but all those just learn you how to make a simple code or not exactly what i want , bcz i need i movement like INSIDE .. and you know game is for puzzles so i need dynamic and physics in player movement.. this is one of my big problems. ( if you have a bonus of some physics puzzle to help me more ) game is fully 2D. please help me in tutorial video to make me understand and help me. i really 2 years and a thousand videos and no saw what i need. please help sir please!
@sofronijeandjibulovic36162 жыл бұрын
Android 12 . Work without crashed ? Test ?
@zahidashahid27892 жыл бұрын
It was very helpful. its works fine when I play the game in the editor, but ads not displaying when I make a build of the game and test it in a mobile device.I need help. i don't have uploaded my game to google Play Store or anywhere else. I just wanna test my ads on real device for thath i build apk and installing it on a mobile. ads are not working there why?
@SoloGameDev2 жыл бұрын
You should check your java sdk.
@adszkullanc29542 жыл бұрын
Merhaba, Unity oyunumda emülatör de sorunsuz çalışan banner reklamım, telefona APK Build alınca telefonumda gözükmüyor. Sebebi nedir acaba? Hello, my banner ad, which works smoothly in the emulator in my Unity game, does not appear on my phone when I receive APK Build on the phone. What is the reason?
@edebalikk95982 жыл бұрын
Aynı sorun bende de var ayrıca bazı reklamların aktif olması birkaç gün alıyor.
@standartmedia60911 ай бұрын
Çözüldü mü
@standartmedia60911 ай бұрын
@@edebalikk9598test kodu mu kullandınız hocam
@abdallahgames50368 ай бұрын
@@standartmedia609no plz help
@MuhammadIbrahim-fh2md Жыл бұрын
interstitial ad is shown for once only when we call it second time it didn't show plz help me how to load next interstitial after showing first one
@itgetsviral7 ай бұрын
just load the interstitial ad again after you show it
@nadaked Жыл бұрын
gdpr için video var mı
@brauliocastillo90042 жыл бұрын
i follow the inst to create a interstitial ad butt unity find an error in the scripts SOMEONE with same issue?
@SoloGameDev2 жыл бұрын
What is the error ?
@Leon-zc4ft Жыл бұрын
Hi.When I implement admob ads,and when I open my game on android,it crashes when I open it...
@ha7anali313 Жыл бұрын
Same Problem Did you find any fixes Yet?
@alaattininanoglu72122 жыл бұрын
Very very good
@worstDevYT Жыл бұрын
@MohamedSamy-vp2pq2 жыл бұрын
Yup i like it i just hope if he explain all code parameters he copy,past
@gamingstudios-lv2jp2 жыл бұрын
bro after publishing my game on playstore ( the game which contains admob sdk ) get crashed in android 12 but working in all other android devices upto android 11 please help me bro
@unitygamedeveoper0092 жыл бұрын
Upgrade your Game project API Level to 31 or higher
@gamingstudios-lv2jp2 жыл бұрын
@@unitygamedeveoper009 already updated bro
@unitygamedeveoper0092 жыл бұрын
@@gamingstudios-lv2jp Create a empty project then test Admob ads on android 12 devices (are you using Unity Ads ??).. Use latest Admob plugin, Don't forget to add app id in admob setting , Select Maximum API Level to 31 not Automatic Highest , Don't forget to Upgrade SDK Manager (Android API Level 31, Latest SDK Build-tool, SDK Platform-tools etc)
@angelman43748 ай бұрын
site çökük nerden indircez hacı
@branogago70842 жыл бұрын
Hello i have game in google play and the game is ready but my ads are not visible why?
@SoloGameDev2 жыл бұрын
Did you choose exist project when you create ads?
@branogago70842 жыл бұрын
@@SoloGameDev Yes I already had the game on Google Play and I made an update
@branogago70842 жыл бұрын
Please help me My adds not see on Android if i Build APK and not see Adds if i download game on Google play but in Unity Editor see Adds
@ISoAce00 Жыл бұрын
The game screen crashes when I show an ad, what should I do?
@thespacedan. Жыл бұрын
found any solutions? i got the same problem
@BlakeJPhoenix Жыл бұрын
Can you make a tutorial for integrating the User Messaging Platform into a Unity project?
@Alternative-Medicine-Pharmacy2 жыл бұрын
a lot of people confused, and from channel to another one and a lot of comment, no body answer and no body care, i tried more than 15 video and all work on editor and not on mobile android, we are looking for one video that work good on mobile, i hate unity and all game, it waist my time for nothing😭
@SoloGameDev2 жыл бұрын
Did you try test ads on your mobile?
@Alternative-Medicine-Pharmacy2 жыл бұрын
@@SoloGameDev this is the first reply thanks a lot of course i did and all my friends the same thing I have a lot of apps made by kotlin. I didnt face anything from that
@SoloGameDev2 жыл бұрын
@@Alternative-Medicine-Pharmacy Try to update your java sdk. Sometimes that's why it doesn't work.
@Alternative-Medicine-Pharmacy2 жыл бұрын
@@SoloGameDev its already updated
@hortovanyiotto21372 жыл бұрын
Try changing the internet access in the player settings.
@muhammadbilalarif2 жыл бұрын
no need to add app id????
@Carlos-ll1ky2 жыл бұрын
Muchas gracias =D
@TheErudito Жыл бұрын
Code please
@kkemal598 ай бұрын
google drive link bozuk düzeltir misin
@SoloGameDev7 ай бұрын
Drive linki vermemişim zaten, başka bir video ile mi karıştırdın?
@cargamez-nn4ol2 жыл бұрын
script link ?
@vladimir6156 Жыл бұрын
Och dakujem. Pomohlo velmi. Uz som sa trapil.
@WelshGuitarDude2 жыл бұрын
But what about iOS?
@SoloGameDev2 жыл бұрын
It is same
@WelshGuitarDude2 жыл бұрын
@@SoloGameDev how you used android toolkit loo
@trash18859 ай бұрын
Sen türkmussun ya cok hoslandim
@SoloGameDev9 ай бұрын
evet sağolun😄
@remusremus372 жыл бұрын
CRASHHHH GAME DON T OPEN
@Serpent.Xenospire2 жыл бұрын
Same problem
@Serpent.Xenospire2 жыл бұрын
Bro did you fixed that?
@kmaka052 жыл бұрын
Try using your own Ap IDs
@satchensewnarine98622 жыл бұрын
Has anyone gotten the issue warning CS0618 : InterstatialAd.LoadAd(AdRequest) is obsolete. Use InterstatialAd.Load() ? This does not give a full error ( only a yellow warning ). Everything else is working fine. However, this warning is bothering me.