Subtitle Support Sample Project's icon

Subtitle Support Sample Project 0.1 Projects 3.4 Community

Submitted by user fede0d; MIT; 2022-09-08

This plugin was created to help you work with subtitles inside Godot. It allowes you to import an srt format subtitle file into any scene.

It works by converting the SRT file into a Godot Animation Resource. This way you can use any AnimationPlayer and RichLabelText node to play the subtitle.

The reason behind using an Animation Resouce is to take advantage of the power of animations in Godot. Once the animation is created, all the information is compressed and managed by the engine just like any other resource.


View files Download Submit an issue Recent Edits