Upgrade 2.2.16 After that, the conversation cannot proceed

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
aaajiao
Posts: 53
Joined: Tue Sep 01, 2020 5:41 am

Upgrade 2.2.16 After that, the conversation cannot proceed

Post by aaajiao »

unity 2019.4.28f1 with 2.2.16

I recently updated my previously completed game and now I find that all conversations are unavailable and when I select a conversation, I cannot proceed to the next sentence after clicking on it.
Screen Shot 2021-06-06 at 11.58.56 PM.png
Screen Shot 2021-06-06 at 11.58.56 PM.png (271.49 KiB) Viewed 244 times
I could not proceed to the third sentence.

I have not come to the forum for a long time to ask questions, always encounter urgent time, thanks Tony :roll:
User avatar
Tony Li
Posts: 22032
Joined: Thu Jul 18, 2013 1:27 pm

Re: Upgrade 2.2.16 After that, the conversation cannot proceed

Post by Tony Li »

Hi,

Inspect your dialogue UI's response menu button(s). If any events are assigned to OnClick(), remove them:

responseButtonNoOnClick.png
responseButtonNoOnClick.png (57.42 KiB) Viewed 236 times

The dialogue UI will only automatically connect the button to StandardUIResponseButton.OnClick if nothing else is assigned to OnClick().

---

If you must assign additional events to OnClick(), then in DS 2.2.16+ you must also assign the StandardUIResponseButton.OnClick method:

responseButtonAddOnClick.png
responseButtonAddOnClick.png (67.35 KiB) Viewed 236 times
aaajiao
Posts: 53
Joined: Tue Sep 01, 2020 5:41 am

Re: Upgrade 2.2.16 After that, the conversation cannot proceed

Post by aaajiao »

Great, the second way I have fixed the conversation :D
thanks Tony.
User avatar
Tony Li
Posts: 22032
Joined: Thu Jul 18, 2013 1:27 pm

Re: Upgrade 2.2.16 After that, the conversation cannot proceed

Post by Tony Li »

Glad to help!
Post Reply