Adding to the history of comment re: the Continue Button here.
I'm not sure why but my continue button in the Standard Dialogue UI isn't setting itself to be selected during conversations. Neither to fast forward nor to progress through the conversation. (Context: I'm making a pretty simple 2D RPG for keyboard and joystick.)
Here's what I've tried:
- Dialogue Manager is set to Continue "Always"
- I've tried different dialogue templates and this happens in each too.
- I've tried adding "Return" in the Input Device Manager's Key Codes to Check but it didn't work.
- Sometimes it works when the dialogue is set to OnStart, but this is also inconsistent.
- My setup uses a ManagerScene which houses the EventSystem and Dialogue Manager outside of the world scenes, but I've put everything into one scene and it still doesn't solve it.
What am I missing? Do I need to create a script inside the template that forces the button to be "FirstSelected" on its enabled function?
I appreciate the help! Thanks.
Patrick