Search found 2 matches
- Thu Feb 08, 2024 11:18 am
- Forum: Dialogue System for Unity
- Topic: Switching action map disables interaction
- Replies: 3
- Views: 107
Re: Switching action map disables interaction
Hey, thanks for the response. I swapped in that code from the link you sent me and that works fine, but is there a specific syntax for disabling the canvas? Also the issue of switching the action maps from player, to ui, and then back to player stopping input to the continue button still persists re...
- Thu Feb 08, 2024 10:34 am
- Forum: Dialogue System for Unity
- Topic: Switching action map disables interaction
- Replies: 3
- Views: 107
Switching action map disables interaction
Hey, so I'm using the dialogue system with Unity's new input system, and this works fine when playing normally. When I pause the game during dialogue, the current conversation is stopped in code and starts the same conversation at the line it stopped at when I resume the game. I do this so I can hid...