Pack multiple textures into one rendertexture at runtime.
RawImage image;
Texture texture;
...
image.PackTexture(texture);
for a UI Scene which have 5 RawImage controls:
RTA pack all five texture into a rendertexture:
4 drawcall saved.
without RTA | with RTA |
---|---|