I'm having trouble using assets.
1. I want the typeWriter effect not to run when I press the continue button and the script to play at once.
2. I want to replace the second speech bubble with another sprite like the picture below. All speech bubbles are changing when controlled by code, is there a way to fix this?
I want to skip only one script but not all scripts.
![image](https://github.com/kaYeonTan/Sort/asset ... 778c6486b5)
Any help would be appreciated.
There are difficulties in using assets. I need help.
Re: There are difficulties in using assets. I need help.
Hi,
Use the StandardUIContinueButtonFastForward component on the continue button. All of the dialogue UI prefabs that ship with the Dialogue System are configured with StandardUIContinueButtonFastForward, so you can examine them for examples.
Are you using the SMSDialogueUI? If so, you can make a subclass and change the behavior however you want.