Is there any easy way to do this? As width and height of screens could be very different from tablet to tablet
Thanks!
In this case, it is better to use these expressions
PlatformInfo.CanvasDeviceHeight/PlatformInfo.CanvasDeviceWidth
to determine the screen resolution on which you want the banner to be displayed, and only display it there.
I use these expressions to adapt the game interface to tablets and smartphones.