[Unity] TextMeshPro Alpha

A Unity asset to easily implement different kinds of alpha fading on TextMeshPro texts. It only uses TextMeshPro native features, with no custom shaders and no masking.

The package includes:

  • the TMP_Text_AlphaExtensions class, offering extension methods for TMP_Text that allow to easily implement sophisticated, code based text fading effects
  • the complete source code of TextMeshProAlpha Demo that you can see in the video and try in the WebGL demo. You can directly use the included effects or use them as a basis to create your owns.