Drawing text onto material, dynamically

Hi all,

In my football simulation game, I need the player’s names (and numbers) to appear on the back of the shirts.

My names come from my SQLite DB and populate a Name property on the character.

What would be the best way to use that property and then display the name on the shirt? (The shirt is it’s own material and part of a multi-material character model)

Any help would be appreciated.