Set up Emoji according to the instructions
https://docs.unity3d.com/Packages/com.unity.textmeshpro@3.2/manual/ColorEmojis.html
emoji work but a little strange with a processing delay, can you please tell me if this can be fixed?
https://streamable.com/olp39a
When exporting text to XML format, the AC script should probably check whether sharp brackets are not present and replace them with "&--lt;" and "&--gt;", otherwise Excel cannot open the file because of this. (-- two minuses must be removed from the characters)
after I replaced the sharp brackets with symbols, the excel opens and the AC works wonderfully
Could you make this correction in the AС code for future updates?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I will look into adding the ability to set a custom scroll-point to speech through script. It should then be possible to have a custom script detect tags and skip the speech-scrolling to the end of them.
I can have it replace brackets with < / > HTML Entities, but I'm not clear on your meaning behind the -- characters.
&--lt; Not only does unity and excel convert symbols, but your forum does as well (I couldn't post the symbols otherwise the forum would have converted them)
https://www.htmlhelp.com/reference/html40/entities/special.html
Please post the code so I can correct it.
Try checking TMPro Typewriter effect? in the Label element's properties in the Menu Manager.
I don't know where it is please show a screenshot.