SkillAgentSearch skills...

RuntimeTextureAtlas

runtime texture atlas

Install / Use

/learn @jintiao/RuntimeTextureAtlas
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RuntimeTextureAtlas

Pack multiple textures into one rendertexture at runtime.

How To Use

RawImage image;
Texture texture;
...
image.PackTexture(texture);

Usecase

for a UI Scene which have 5 RawImage controls: screenshot

RTA pack all five texture into a rendertexture: rendertexture

4 drawcall saved.

| without RTA | with RTA | | ------------------------------------------- | -------------------------------------------| | without RTA | with RTA |

Related Skills

View on GitHub
GitHub Stars49
CategoryDevelopment
Updated5mo ago
Forks16

Languages

C#

Security Score

87/100

Audited on Oct 20, 2025

No findings