issue importing image

Hello everybody

Background

  1. I am developing a 2d game for PC
  2. Have screen aspect ratio set to 1920x1080p
  3. In the game, I would like to have a background image of map that the player will see throughout the entirety of the game.

Issue:
I have imported an image of the map with a resolution of 1920x1080p since I figured that is as big as the screen will be. Whenever I import the image, however, unity cuts of the height and I get an imported image of 1920 x 888. I know that this is an issue with the image being too big, but I don’t know the best way to handle this. Do I change the screen ratio to something else and have the image of the map at that resolution instead?


Thanks in advance to those that can help

Click on your image in the assets folder in Unity.
Look for ‘Advanced’ and find ‘Non Power of 2’. Set this
to ‘None’ and then click ‘Apply’.