karaoke
karaoke copied to clipboard
Karaoke is a neat plugin to parse and display karaoke subtitle files such as SSA/ASS inside Unity
Karaoke plugin for Unity
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/)
How to
- Add
Karaokecomponent to aTextcomponent. - Rename the
.assfile to.txt, then drag and drop it to theSubtitle Fileproperty. - You can either use
Play On Awakeor call the methodStartSubtitle()orStartSubtitle(callback). - Add your custom tag to
Highlight Start TagandHighlight End Tag.
Preview
