Search found 4 matches

by bitGlassGames
Tue Nov 30, 2021 5:36 pm
Forum: Dialogue System for Unity
Topic: Dialogue responses not Auto Focusing
Replies: 1
Views: 116

Dialogue responses not Auto Focusing

Hi all,

I've got everything working well, except for Auto Focus.
I've enabled Auto Focus in the Dialogue Manager, however half the time the player's response is not highlighted and I have to press left on the thumbstick to highlight a response, even if there is only one response available.
Any ideas?
by bitGlassGames
Mon May 03, 2021 7:06 am
Forum: Dialogue System for Unity
Topic: Navigating between responses
Replies: 6
Views: 1080

Re: Navigating between responses

So after some digging around the Input System files in Unity, I've found a way to fix this. I simply dragged the Input Actions Asset I had made for the player into the Actions Asset field of the Input System UI Input Module component. It threw a warning about how UI controls should generally be Pass...
by bitGlassGames
Mon May 03, 2021 12:39 am
Forum: Dialogue System for Unity
Topic: Navigating between responses
Replies: 6
Views: 1080

Re: Navigating between responses

Thanks for the reply. Looking at the EventSystem GameObject, I noticed that the Move field (of the InputSystemUIInputModule component) was pointing to UI / Move, so I had a look at what other options were available and there was an option for Player / Move. While I'm not sure where it's pulling thos...
by bitGlassGames
Sun May 02, 2021 4:32 am
Forum: Dialogue System for Unity
Topic: Navigating between responses
Replies: 6
Views: 1080

Navigating between responses

Hi all, I'm new to Dialogue System and have just run through the Conversation Conditions tutorial. Using a joystick button I can choose the default response but I can't navigate between responses using the joystick or keyboard. I've inspected the buttons for each response in the hierarchy and Naviga...