I would like to have a custom text shader for UI Text components. How can I access glyph texture which is needed for drawing each character?
It’s the _MainTex. Unity displays a quad with the UVs preset to the needed glyph for each character, basically like any other sprite.