Canvas background image not loading

Hello everyone !

I would like to display a large image in the canvas (4096x4096 pixels).
However, images larger than 1024x1024 are not displayed.

What I tried:

  • Enable / disable “high resolution image” in screen settings (does not appear to have a link)
  • Modify the image size (50%, automatic etc …)

For what purpose I want to do this:
Make a mini game in which you move a player.
If there is a better way to do this I am listening :slight_smile:

Thank you the community!
Simon

What really appears? Or nothing appears?

Nothing appear in the screen, the image is simply not showing, but the other components (buttons …) on the screen are still there.

I tried to wait a few minutes to see if it came from the loading time but unfortunately not.

Does any error appear? Could you have problems of files access?

Where are images ?

1 Like

No errors are displayed.

The images are imported via the Kodular site in the assets. I am sure that the images access is correct as I manage to display the images less than or equal to 1024px this way.

Maybe the images stored in the assets are limited in size but I can’t find any information on that.

Thanks for trying to help me, I appreciate it :slightly_smiling_face: