Text Drawer - Real-time Text Painter

What It Does

Real-time text drawer scripts for Unity3D, works with letters A-Z and digits 0-9.

TextDraw.cs (spawns characters) DrawChar.cs (draws characters)

HOW TO USE

Attach to any GameObject with a Text/TextMesh component, the input text will be used to draw each character with LineRenderer components in world space, relative to the position of said GameObject.

The parameters of the text can be altered, such as size, character spacing, color, material, start & end width.

Define the duration it takes to draw each character.

Choose whether to destroy the text after a specified time.

Please note - fonts are ignored.

Full info in READ_ME.txt located at package root