redbluegames / unity-text-typer

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

Character Printed event is called even if nothing is being displayed. (Such as for line breaks with \n) #40

Open TrentSama opened 2 years ago

TrentSama commented 2 years ago

It also seems to skip an incrementation of the number of letters that should be displayed when trying to use <\br> as an alternative. (Meaning "<\br>" is taking up the slot of a character that is being displayed)

edwardrowe commented 2 years ago

Thanks for the issue! Nice find.

On Tue, Jan 18, 2022, 12:24 AM TrentSama @.***> wrote:

It also seems to skip an incrementation of the number of letters that should be displayed when trying to use as an alternative. (Meaning is taking up the slot of a character that is being displayed)

— Reply to this email directly, view it on GitHub https://github.com/redbluegames/unity-text-typer/issues/40, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADBIKNB5O2AAI7C32FAPRLUWT2PPANCNFSM5MGHDB3A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

TrentSama commented 2 years ago

I did not realize <\br> also creates a line break here as well, I have edited my original comment to show that's what I was referring to. My apologies.