While using NaniNovel I have successfully integrated Super Text Mesh. I have one small issue. When the text is quite long, the supertextmesh will go invisible.
it also affects the next line of dialogue when i set the text.
Example
text="asdfasdfasdasfs"; // works
text="awdawiuhdwaiuhfiwauhdiwauhda wdahawdhawiuawiudhawiuhdawuda auwihdauwdh awd aw daw d awd aw dawdhawud waiudh awudh awuh diauwhdauhw di uawhd ahwudh aiuwdh aw dhuawh daui hwdiuah wd iuahwdiauwhd ah wi"; // Invisible
text="foobar"; // invisible
text="helloooo"; // VISIBLE
But after the 3rd time the text is set it fixes itself.
Could this be a pagination issue and what can I do to fix this?