Stable release: 3D rotation, 3D editor improvements & more.
Hi Scirra team,
I noticed a problem with Mobile Advert banners since r486, and it still happens in r495.
I create the banner with “Show: No” because I only want to preload it and display it later. However, on Android, the banner appears automatically as soon as it loads. The same project works correctly in r485.
I tested it in two different games and on two Android phones.
Looking at the exported Cordova project, the banner seems to start as visible. Changing the initial hidden state to true fixed it:
private boolean hidden = true;
After this change, the banner stays hidden during preload and only appears when I use “Show banner”.
Could you please check this for a future release?
Thanks!
Please report any issues to our issue tracker or they most likely will not be investigated.