redbluegames / unity-text-typer

Text typing effect for Unity uGUI Text components
MIT License
307 stars 28 forks source link

performance improvement #41

Open SmokeWave opened 1 month ago

SmokeWave commented 1 month ago

for the line of " var textAsSymbolList = CreateSymbolListFromText(text);" It seems that "textAsSymbolList " could be generated only once outside the coroutine's loop to improve performance