roguecode / Unity-Simple-SRT

A super simple SRT subtitle parser
MIT License
103 stars 24 forks source link

Support TextMeshProUGUI instead of Unity Text #7

Open Haapavuo opened 4 years ago

Haapavuo commented 4 years ago

Should replace Unity Text with TextMeshProUGUI.

alexandergovoni commented 4 years ago

I’d also like to have it to work with TMP. I’ve been trying to change the SubtitleDisplayer script but without success. Any tricks you could maybe share?

yoiang commented 3 years ago

@akshaybharwani created a pull request #9 that adds Text Mesh Pro support!

akshaybharwani commented 3 years ago

Yeah I hope @roguecode would merge with the main. It works perfectly.