Page 3 of 3

Re: Turning off conversation UI for internal dialogue UI

Posted: Fri Nov 08, 2024 5:57 am
by mudukke
I got ui working now however it skips the first dialogue node and jumps to the second dialogue node

Re: Turning off conversation UI for internal dialogue UI

Posted: Fri Nov 08, 2024 6:58 am
by Tony Li
What's the first node's Sequence field?

Re: Turning off conversation UI for internal dialogue UI

Posted: Fri Nov 08, 2024 7:29 am
by mudukke
theres nothing

Re: Turning off conversation UI for internal dialogue UI

Posted: Fri Nov 08, 2024 7:48 am
by Tony Li
Temporarily set the Dialogue Manager's Other Settings > Debug Level to Info. Then reproduce the issue. What lines do you see in the Console around the text of the first dialogue entry node?

Re: Turning off conversation UI for internal dialogue UI

Posted: Fri Nov 08, 2024 8:44 am
by mudukke
These are the screenshots so its skips for first node and goes to the second. Just to add on the third it cuts to the timeline so the third cuts cut off

Re: Turning off conversation UI for internal dialogue UI

Posted: Fri Nov 08, 2024 8:50 am
by Tony Li
The "I need to get to the..." node has a blue play icon, indicating it has a Sequence.

Please inspect this node and add this as the first line in the Sequence:

Code: Select all

{{default}};
So the Sequence will probably look like:

Code: Select all

{{default}};
CinemachinePriority(CM_SQC_TempleEntrance)