Unity scripted prefab that generates a label using the typeface in the asset pack of the jam.
- Instantiate the
SpriteTextprefab in your scene. - Either write in the
Textfield of theTextGeneratorcomponent ofSpriteTextor callTextGenerator.GenerateText(string text)by script.