Label text wave animation effect in Unity UI Toolkit
I found a way to animate individual glyphs in UI Toolkit. All we have to do is to write a callback function for the action/event “PostProcessTextVertices” of the label. This function receives a list of all glyphs that we can…