Let me know if you like this asset, I've been contacted about another awesome one too! Thanks for checking this out. 🎁Unity Sale: bit.ly/UnitySalesHub 🎁*NEW* Unity Hivemind Environmental Bundle: humblebundleinc.sjv.io/Oe1BoW 🎁 Get OVER 225+ scripts & projects on my: bit.ly/SpeedTutorPatreon
Great video, SpeedTutor. Can't wait to see your next upload from you. I smashed the thumbs up button on your content. Keep up the awesome work! The way you explained the customization options for text effects was really helpful. Have you considered exploring the potential impact of these effects on user engagement in games?
Well this is one of the coolest free assets Iv'e seen in a while, works for pretty mich every game, Thank you SpeedTutor for showing us another treasure❤
It looks quite good... it would be cool if it could also print words one letter at a time (like when a character is speaking, the words and sentences could get spelled out letter by letter), rather than having the entire text block immediately appear at once.
Funny you should say that because someone contacted me about an asset (Almost identical to this) that they've created, that does what you desire. I'll make a video on that one too :) I did also create a tutorial on the type writer effect too.
Let me know if you like this asset, I've been contacted about another awesome one too! Thanks for checking this out.
🎁Unity Sale: bit.ly/UnitySalesHub
🎁*NEW* Unity Hivemind Environmental Bundle: humblebundleinc.sjv.io/Oe1BoW
🎁 Get OVER 225+ scripts & projects on my: bit.ly/SpeedTutorPatreon
Great video, SpeedTutor. Can't wait to see your next upload from you. I smashed the thumbs up button on your content. Keep up the awesome work! The way you explained the customization options for text effects was really helpful. Have you considered exploring the potential impact of these effects on user engagement in games?
That would be cool to know, if someone does it - I'd love to know!
Well this is one of the coolest free assets Iv'e seen in a while, works for pretty mich every game, Thank you SpeedTutor for showing us another treasure❤
You're very welcome, my friend. Will you be using it?
I have been looking for something like this for a long time, thank you so much for sharing it.
You're very welcome, what will you use it for?
@@SpeedTutor for animate some texts I am going to add for one of the games in my portfolio
very cool thankyou it's very helpful😍😍
Fantastic, will you be using it in any projects?
@@SpeedTutor Plan to used for future projects
It looks quite good... it would be cool if it could also print words one letter at a time (like when a character is speaking, the words and sentences could get spelled out letter by letter), rather than having the entire text block immediately appear at once.
using TMPro;
public class TypewriterEffectTMP : MonoBehaviour
{
[SerializeField] private TMP_Text textComponent; // TextMeshPro компонент
[SerializeField] private string fullText;
[SerializeField] private float typeSpeed = 0.1f;
private string currentText = "";
private void Start()
{
StartCoroutine(ShowText());
}
private IEnumerator ShowText()
{
for (int i = 0; i
Funny you should say that because someone contacted me about an asset (Almost identical to this) that they've created, that does what you desire. I'll make a video on that one too :) I did also create a tutorial on the type writer effect too.
Try the Entry_Fade sample. Of course, you can speed it up by reducing the "per character" delay.
Thanks for sharing 🙏
You're very welcome, something you might use?
How can I contact you
Send me an email through my website :)
Cool
Thanks for checking this out. How is life being a Smurf!
@@SpeedTutor great.
where can I find the script file I need to edit?
What do you mean, sorry?