Is there any other way to make a random interval texture switching using only material?

i you have 20 textures to switch it might be better to do that in blueprint, loading them from soft refs. otherwise your material will load to memory everything at once and will be sampler heavy spaghetti on top of that.

1 Like