Simple Unity SRT subtitle parser

We're adding video stuff to VALA and needed an easy way to display subtitles, so I made this. Maybe it'll be useful to someone.

https://github.com/roguecode/Unity-Simple-SRT/

1
00:00:00,000 --> 00:00:02,500
Mary had

2
00:00:02,500 --> 00:00:04,500
a little <i>lamb</i>

3
00:00:04,500 --> 00:00:06,500
little <b>lamb</b>

4
00:00:06,500 --> 00:00:08,500
little <size=40>lamb</size>

5
00:00:09,000 --> 00:00:12,000
<b><i><color=red>Until she didn't.</color></i></b>


image

Comments

Sign In or Register to comment.