Hi thanks for the donation! I'm afraid I don't have a larger size on hand but you should be able to resize these quite easily without any loss in quality.
George Blackwell
9
Posts
77
Followers
9
Following
A member registered Jul 03, 2016 · View creator page →
Creator of
A kinda shitty human-like model with animations.
A tiny C# script for simulating typing text in real time. Great for in game text or dialogue.
Recent community posts
itch.io Community » itch.io » Developer Updates » Bundles · Posted in Indie bundle for Palestinian Aid
Unity UI Text Typewriter Script C# comments · Replied to Death GOD 7 in Unity UI Text Typewriter Script C# comments
Unity UI Text Typewriter Script C# comments · Replied to Death GOD 7 in Unity UI Text Typewriter Script C# comments
Unity UI Text Typewriter Script C# comments · Replied to Donut Studio in Unity UI Text Typewriter Script C# comments
Unity UI Text Typewriter Script C# comments · Replied to Gabriel E Fleck in Unity UI Text Typewriter Script C# comments
Unity UI Text Typewriter Script C# comments · Replied to Cyberdemon19 in Unity UI Text Typewriter Script C# comments
Thanks! I've updated the script to allow for new string updates. Attach the UpdateText() function to a button, feed in the new string you want to type out (NPC dialogue for example) and then whenever the button is clicked, it will type out the new text. I've also updated the example project if you want to get a better idea of how it works.