Draw text in a Sprite element

Hi friends.

First sorry for my bad english guys!

I making a card game using the 2D camera, I have the card layout, one sprite, and have a rectangle sprite to write the card text, but i don’t know how I can write the card text to one sprite without use UI, because my cards not in UI and i need write the text in the sprite. Someone know how i can do this?

@jonesvg
Add a child GameObject to the one the sprite is on. The add a GUIText component to the new GameObject.