TextMesh Pro Page content

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.

I’m looking for the same thing, did you manage to find a solution?

I have the same issue. I was hoping that maybe even lastCharacterIndex from pageInfo would get me closer, but I somehow can’t access the properties of pageInfo.
Any help would be appreciated!