• 2D
  • How to fit background image to whole screen?

Hi, How to fit background image to whole screen? What size must to be my images? When I export to android, my background is very small.

Message was stuck in moderation queue. You should check your email for a account confirmation link, make sure the also check your spam filter just in case.

Hi, How to fit background image to whole screen?

Use a TextureRect node that spans the whole viewport. To make it span the whole viewport, select the TextureRect node, go to the top of the 2D editor, click Layout then select Full Rect. Change the TextureRect's scaling property depending on your needs.

What size must to be my images?

There's no ideal size or aspect ratio, but note that modern Android flagship devices typically have a 19:9 aspect ratio (instead of 16:9). Therefore, if you want to err on the side of caution, provide a 19:9 background image (e.g. 2280x1080) that will adjust to less wide aspect ratios.