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.
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
Upgrade 2.2.16 After that, the conversation cannot proceed
Re: Upgrade 2.2.16 After that, the conversation cannot proceed
Hi,
Inspect your dialogue UI's response menu button(s). If any events are assigned to OnClick(), remove them:
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:
Inspect your dialogue UI's response menu button(s). If any events are assigned to OnClick(), remove them:
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:
Re: Upgrade 2.2.16 After that, the conversation cannot proceed
Great, the second way I have fixed the conversation
thanks Tony.
thanks Tony.