I came across a bug in my game I haven't been able to solve so I'm hoping you can help direct me to the right place.
I'm using the Textline extra and added the typewriter effect to NPC and Player subtitles.
On top of that I also included a smooth scrolling script during JumpToBottom() so the transition occurs smoothly instead of instantly.
The problem I'm having is that when I exit the dialogue scene (while the text is still being generated & typewriter still in effect) to the title scene (calling StopConversation() and LoadScene()), I get multiple warnings of "cannot play a disabled audio source" and error from my smooth scrolling script: "Coroutine couldn't be started because the game object 'Scroll Rect' is inactive!"
Is there a way to disable the typewriter effect, or have it complete instantly when stopping the conversation?
Please let me know if you need me to include any scripts or information. Thank you as always

Cheers,
Amy