Hello,
I’m currently working on an interactive book project using TextMesh Pro with its Overflow set to PAGE.
I’ve been searching for a way of getting the content exclusively from the page I’m showing. I’d like to search for special characters on the content.
The thing is: I’ll have narration support for the content (an audio that reads the content), but as the content might vary per page, I’d like to add a makers to identify when the page must turn…
I thought something like myTextMeshProUGUI.textInfo.pageInfo.text would solve, but that option doesn’t exist.