How to parse SAMI file in unity?
I want to make subtitle. I should read the file of SAMI format and put it into TextAsset. How can I do this???
I want to know are there any SAMI parser ?
Comment
it's likely that such a thing doesn't exist (unless your searching found something), so you'd need to write your own.
it shouldn't be difficult since the file format is well documented.
Okay well,,,, however I can't find how to document SA$$anonymous$$I file...
Your answer

Follow this Question
Related Questions
Deserialize Json array with mixed types 0 Answers
Cant parse all elements of XML to C#? 0 Answers
WWW.string doesnt return the page html as expected 0 Answers
How to fix this parsing error? 2 Answers
Parse string value to add to enum List 2 Answers