First response automatically selected after upgrading to Unity 6

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
gstaik
Posts: 7
Joined: Thu Oct 27, 2022 11:42 am

First response automatically selected after upgrading to Unity 6

Post by gstaik »

Hi,
I have an issue that was introduced after upgrading Unity Version from 2022.3.43f1 to Unity 6000.1.11f1
My Dialogue System for Unity version is 1.0.26

After the Unity upgrade, during a conversation, when the user is about to select from the available list of responses, the first response is always selected immediately. (I can barely see the available responses displayed before the first one is selected)

Please find attached some relevant screenshots that might help understand the cause of the issue.

Thank you,
George
Attachments
ResponseMenuPanel.PNG
ResponseMenuPanel.PNG (92.35 KiB) Viewed 114 times
DialogueManager_InputDeviceManager.PNG
DialogueManager_InputDeviceManager.PNG (36.27 KiB) Viewed 114 times
User avatar
Tony Li
Posts: 23431
Joined: Thu Jul 18, 2013 1:27 pm

Re: First response automatically selected after upgrading to Unity 6

Post by Tony Li »

Hi,

Is your Dialogue System installation in the folder Assets / Plugins / Pixel Crushers / Dialogue System?

If so, what version number is listed in the _README.txt file in that folder?

Would you please post a screenshot of the Display Settings > Subtitle Settings and Input Settings inspector sections of your Dialogue Manager GameObject?
gstaik
Posts: 7
Joined: Thu Oct 27, 2022 11:42 am

Re: First response automatically selected after upgrading to Unity 6

Post by gstaik »

Hi,

1)
Is your Dialogue System installation in the folder Assets / Plugins / Pixel Crushers / Dialogue System?
Yes, it is here:
Assets / Plugins / Pixel Crushers / Dialogue System
There is an additional folder here:
Asset / Pixel Crushers
In the second folder there are some files related with Corgi Engine intergration (I am using Dialogue system integrated with Corgi Engine).
2)
what version number is listed in the _README.txt file in that folder?
Version 2.2.56
3)
Would you please post a screenshot of the Display Settings > Subtitle Settings and Input Settings inspector sections of your Dialogue Manager GameObject?

Please find them attached.
Attachments
DialogueManager_SubtitleSettings_InputSettings.PNG
DialogueManager_SubtitleSettings_InputSettings.PNG (56.32 KiB) Viewed 50 times
User avatar
Tony Li
Posts: 23431
Joined: Thu Jul 18, 2013 1:27 pm

Re: First response automatically selected after upgrading to Unity 6

Post by Tony Li »

Hi,

Since Input Settings > Always Force Response Menu is UNticked, if the response menu only has one choice it will automatically play it instead of showing the response. However, this doesn't sound like the issue you're experiencing, since you see the response menu for a brief time.

Is it possible that some previous input -- such as input that you pressed to start the conversation -- is also being intercepted by the response menu buttons?

Can you confirm that the issue is present or not in DemoScene1?
Post Reply