Karaoke is a neat plugin to parse and display karaoke subtitle files such as SSA/ASS inside Unity.
If you are looking for a SRT parser have a look at (https://github.com/roguecode/Unity-Simple-SRT), this project is a derivate of it.
Use Aegisub to create subtitles/karaoke and generate SSA/ASS files, it's opensource (http://www.aegisub.org/)
- Add
Karaoke
component to aText
component. - Rename the
.ass
file to.txt
, then drag and drop it to theSubtitle File
property. - You can either use
Play On Awake
or call the methodStartSubtitle()
orStartSubtitle(callback)
. - Add your custom tag to
Highlight Start Tag
andHighlight End Tag
.