-
AdMob Interstitial Ads don't show up on Android device
by adent42 ·FYI for everyone else here: go ahead an hit Build RC again if you had only Admob ads enabled and no IAP. That particular configuration had a bug that we fixed. -
AdMob Interstitial Ads don't show up on Android device
by hilmy31987 ·Done, PM you the links to 3 projects. thanks -
Free Music Resource
by Eric Matyas ·A good number of game developers have asked me if they can download multiple music tracks all at once instead of one at a time, so I’m making Ogg music packs available that include all of the tracks f -
Rotate Camera
by UltraLionBlu ·You can access the scene attributes by unlocking an actor on the scene, in your case you should be interested in "scene camera rotation" you could bring it to + or - 90 ° and rotate -
Multiple key presses at once don't seem to work
by adent42 ·I'll need to look at the code, but I'm pretty sure we just used the system keyboard events for this sort of thing, so I'm hoping we can blame them
If not, we'll let you know. -
App Binary RC 1.25.20201210 - Android Ad Updates, Google Billing Client, iOS
by pinkio75 ·Thank you. -
AdMob Ads is not showing
by gajaklukasz ·I love You guys !!!! -
App Binary RC 1.25.20201210 - Android Ad Updates, Google Billing Client, iOS
by adent42 ·We've found and fixed an issue with Admob (and possibly other networks, depending on your configuration). You will need to click "Build RC" again to get the fix. If you are still hav -
AdMob Ads is not showing
by adent42 ·@gajaklukasz i've gotten all the messages. This vanilla forums installation has a weird bug with sending messages where the request seems to timeout, but if you refresh your messages queue, you'll see -
AdMob Interstitial Ads don't show up on Android device
by adent42 ·Basically the new RC has some new java classes required for ads that weren't required before. When making a build, we remove "unused" classes to make the APK smaller. In this case, w -
AdMob Ads is not showing
by gajaklukasz ·I can't send you a message. -
AdMob Interstitial Ads don't show up on Android device
by adent42 ·oh just an fyi, the new mac creator has nothing to do with this problem. just letting you know why it's been delayed. -
App Binary RC 1.25.20201210 - Android Ad Updates, Google Billing Client, iOS
by adriangomez ·I don't know why people use Admob directly and I won't speculate on their business needs. In Ironsource, you could have an all Admob waterfall and also be ready for any direct deal or promotions with -
Building a Library of Images for Everyone
by Eric Matyas ·A good number of game developers have asked me if they can download multiple music tracks all at once instead of one at a time, so I’m making Ogg music packs available that include all of the tracks f -
AdMob Interstitial Ads don't show up on Android device
by hilmy31987 ·Not yet, I've received notification from Adent42, i will re-upload when I get home. i'll update the outcome. Thanks for your help Adent42 -
App Binary RC 1.25.20201210 - Android Ad Updates, Google Billing Client, iOS
by freneticz ·I just pm you -
App Binary RC 1.25.20201210 - Android Ad Updates, Google Billing Client, iOS
by adent42 ·@freneticz how old? did you update to add the app id and set the various ad IDs separately? -
AdMob Interstitial Ads don't show up on Android device
by gajaklukasz ·Did you get help in this matter? -
is it possible to sort the tables by typing the letters?
by Armelline ·If your list is big, you probably want to track where each letter starts, and point the search to startn from the first typed letter rather than searching the whole table like happens in my example. H -
is it possible to sort the tables by typing the letters?
by UltraLionBlu ·Mythical Armelline, that's just what I had in mind, thank you very much !!!