Announcements, support questions, and discussion for the Dialogue System.
-
jrose1184
- Posts: 69
- Joined: Mon Jan 22, 2024 2:35 pm
Post
by jrose1184 »
Hi,
Having a bit of a odd issue. I have 5 responses with my player but seems to only return 4.
I have attached an image
https://ibb.co/pWG3jw4
-
Tony Li
- Posts: 23259
- Joined: Thu Jul 18, 2013 1:27 pm
Post
by Tony Li »
Hi,
Does your dialogue UI only support 4 response buttons perhaps?
Temporarily set the Dialogue Manager's Other Settings > Debug Level to Info. Then reproduce the issue. Check the Console log for lines like:
Dialogue System: Add Link: 'The Axe'
You should see 5 of them, indicating that the "Thanks please..." node links to 5 currently-valid responses.
-
Tony Li
- Posts: 23259
- Joined: Thu Jul 18, 2013 1:27 pm
Post
by Tony Li »
Did that help? Were you able to resolve the issue?