SkillAgentSearch skills...

Unity.PVRTC

runtime texture compression

Install / Use

/learn @pjc0247/Unity.PVRTC
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Unity.PVRTC

runtime texture compression

Usage

c

var www = new WWW("http://my_image.com");
yield return www;

var comp = RPVRTC.Compress24(www.texture);
yield return comp;

// DONE!
Texture2D compressedTexture = comp.data;

External Links

  • PVRTC Encode/Decode impl (C#) : https://bitbucket.org/Agent_007/pvrtc-encoder-decoder-for-unity
  • impl (C++) : https://bitbucket.org/jthlim/pvrtccompressor
View on GitHub
GitHub Stars36
CategoryDevelopment
Updated16d ago
Forks6

Languages

C#

Security Score

75/100

Audited on Mar 15, 2026

No findings