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:
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:
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.
I think I 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.
I needed this again and found this Github issue for reference:
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.