Hello,
I've tried many things in trying to get TypewriterEffect to work properly with PixelCrushers Dialogue System and just can't figure out whats going wrong.
I did a youtube video showing how it goes wrong:
https://www.youtube.com/watch?v=FmHCukAA46M&feature=youtu.beSkipping to 14 seconds in shows the TypewriterEffect running correctly a couple of times, then a quick scene change, and then it going wrong.
On looking at the inspector, here's the text in my UILabel component when it goes wrong.
"[CE]W[00]e're in the cloud! I love being able to connect with my Terra Monsters
wherever I go."
To make the TypewriterEffect component work at all with the Dialogue System, I had to add:
"ResetToBeginning();"
in the OnEnable() function of the TypewriterEffect.
Any help would be greatly appreciated, I've tried many many things to trick this into behaving but can't quite understand why it's going wrong.