Hello.
How do I change the text speed?" I have messed around with the "Subtitle Settings" but it doesn't change it.
About the speed of the text.
Re: About the speed of the text.
Hi,
If you mean the typewriter speed, on your dialogue UI inspect the subtitle panel's subtitle text GameObject. It will have a UnityUITypewriterEffect or TextMeshProTypewriterEffect. Change its Characters Per Second.
Note: If you're using the Dialogue Manager's Default Sequence -- Delay({{end}}) -- and if you don't wait for the player to click a continue button, make sure Subtitle Chars Per Second is always equal to or less than the typewriter's Characters Per Second. Otherwise the conversation may advance before the typewriter has finished.
If you mean the typewriter speed, on your dialogue UI inspect the subtitle panel's subtitle text GameObject. It will have a UnityUITypewriterEffect or TextMeshProTypewriterEffect. Change its Characters Per Second.
Note: If you're using the Dialogue Manager's Default Sequence -- Delay({{end}}) -- and if you don't wait for the player to click a continue button, make sure Subtitle Chars Per Second is always equal to or less than the typewriter's Characters Per Second. Otherwise the conversation may advance before the typewriter has finished.