Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

drawAnim not working...

A topic by Munnica created 10 days ago Views: 137 Replies: 2
Viewing posts 1 to 2

Hey guys, I'm trying to make a fade effect in Super Text Mesh with 

<drawAnim=Fade>Text to fade</drawAnim>, but no matter what I do it doesn't work. Everything else like jitter and waves etc works, except drawAnim... and that's what I need :(

Developer

Hello,


Draw Animations will only work if the readDelay value is above 0, so please make sure to check that's the case, first! When you change this value, you'll also be able to type the drawAnim's name right in the inspector, too. Please let me know if this is the case.

Hello KaiClavier,

Thank you for your timely response. It was indeed the readDelay I had to adjust! Now it works perfectly! Thank you for your help!