Repeated/tiled GUI bitmap

Is repeating bitmaps in a GUI possible?

Just writing to confirm, really. I found these old threads asking for something similar, but there doesn’t seem to be a good solution.

Feature request:

Repeated texture for sprites:

2 Likes

I can’t really think of a way to achieve this. We would have to add some kind of repeat mode or similar per node.

1 Like

I think I :+1: this elsewhere, but this is something I would like, since my UI designer does this (based on what looks good, not POT). Even better, with a 9-slice, and repeat the middle.

2 Likes

I needed this again and found this Github issue for reference:

1 Like

Still needed. It is painful to have repeating patterns in GUI elements. The most convenient option is to bake the pattern into a large pattern which is very wasteful in GPU and disk.

There are so many repeating pattern use cases.