Hi everyone, I have a custom UI dialogue for my dialogues. I made it following the official online tutorial on YouTube. I have a problem with the continue button though. I can't make it to work. I am using a controller and I want to continue to the next dialogue when I press the X button. I have a simple dialogue with two lines in my database. I will include in this post some screenshots to be as clear as possible.
The first screenshot shows my dialogue game objects.
I am using a subtitle panel and with a continue button and a TMP text.
When I press the continue button in my scene, I see that the button gets disabled but the dialogue does not continue.
Am I missing something? I'm not sure how to fix this and what could be the problem.
Continue button not working
Continue button not working
- Attachments
-
- Screenshot 2025-04-23 142410.png (72.58 KiB) Viewed 436 times
-
- Continue Button > Button
- Screenshot 2025-04-23 142453.png (61.87 KiB) Viewed 437 times
-
- This is my Dialogue game objects
- Screenshot 2025-04-23 142248.png (13.75 KiB) Viewed 437 times
Re: Continue button not working
Hi,
Are there any errors or warnings in the Console window?
Make sure the continue button's StandardUIContinueButtonFastForward > Dialogue UI points to the correct dialogue UI.
If you press the 'X' button before the text has finished typing, does it fast-forward the typewriter to the end?
Are there any errors or warnings in the Console window?
Make sure the continue button's StandardUIContinueButtonFastForward > Dialogue UI points to the correct dialogue UI.
If you press the 'X' button before the text has finished typing, does it fast-forward the typewriter to the end?
Re: Continue button not working
I checked the Dialogue UI in the StandardUIContinueButtonFastForward from the inspector and it points to the right one, I just have one Dialogue UI in my scene. When I press X the dialogue fast forward correctly.
I can see three warnings in the console.
I don't want the player to select answers, so the NPC should simply continue to the next dialogue.
I can see three warnings in the console.
I don't want the player to select answers, so the NPC should simply continue to the next dialogue.
- Attachments
-
- Console warnings
- Screenshot 2025-04-25 123813.png (30.84 KiB) Viewed 411 times
Re: Continue button not working
Hi,
If so, please check the steps in How To: Set Up Continue Button Typewriter Fast Forward
If that doesn't help, feel free to send reproduction steps or a reproduction project to tony (at) pixelcrushers.com
So the first X press fast-forwards the typewriter, but the second one doesn't advance the conversation to the next dialogue entry? Is that the case?
If so, please check the steps in How To: Set Up Continue Button Typewriter Fast Forward
If that doesn't help, feel free to send reproduction steps or a reproduction project to tony (at) pixelcrushers.com