Submit Button Problem (Rewired)
Posted: Sat Feb 01, 2025 7:52 am
Hi,
I have a random anoying problem that sometimes, continur button wont work when pressing submit button in the gamepad. It can happen at any point, on responses or continuing on NPC dialogues (it get stuck). Pressing "Space" (my continue button) on the keyboard will continue but not if trying pressing the Pad button. Its happening just sometimes, normally, submit button in the gamepad works.
Edit Update 1:
Also, when starting conversations i get this warning (NOT ALWAYS):
Rewired: The Action "Continue" does not exist. You can create Actions in the editor.
PixelCrushers.RewiredSupport.InputDeviceManagerRewired:RewiredGetButtonDown (string) (at Assets/Pixel Crushers/Common/Third Party Support/Rewired Support/InputDeviceManagerRewired.cs:37)
Edit Update 2:
Looks like "Require Continue on last line" is the culprit. Does it make sense?
I have a random anoying problem that sometimes, continur button wont work when pressing submit button in the gamepad. It can happen at any point, on responses or continuing on NPC dialogues (it get stuck). Pressing "Space" (my continue button) on the keyboard will continue but not if trying pressing the Pad button. Its happening just sometimes, normally, submit button in the gamepad works.
- Input Device Manager Rewired component is attached to the Dialogue Manager GameObject
- Response buttons are not being instantiated and are already there, they have explicit navigation
- Event System (rewired) shows a valid selected Response in the moment of getting stuck
- Conitnue button is set to "always" and required on last time is also checked
Edit Update 1:
Also, when starting conversations i get this warning (NOT ALWAYS):
Rewired: The Action "Continue" does not exist. You can create Actions in the editor.
PixelCrushers.RewiredSupport.InputDeviceManagerRewired:RewiredGetButtonDown (string) (at Assets/Pixel Crushers/Common/Third Party Support/Rewired Support/InputDeviceManagerRewired.cs:37)
Edit Update 2:
Looks like "Require Continue on last line" is the culprit. Does it make sense?