How to talk on a timeline
Re: How to talk on a timeline
Hi,
How do the other two conversations advance? Does the player click a continue button? Or do they not use continue button mode?
How do the other two conversations advance? Does the player click a continue button? Or do they not use continue button mode?
Re: How to talk on a timeline
The other two conversations are self-talk and are executed by the StartConversation function in the Script.
The Continue Button has a value of Never.
The Continue Button has a value of Never.
- Attachments
-
- 캡처.PNG (66.47 KiB) Viewed 965 times
Re: How to talk on a timeline
When the timeline conversation's Continue Conversation clip runs, do the other (non-Timeline) conversations also disappear? If so, this is a known issue that I will have to address.
Re: How to talk on a timeline
No, it is not.
The problems with the dialogue set as the timeline now are as follows.
1. Text is displayed for a very short time or is not displayed
2. Only the first entry is output, the next entry is not output
The problems with the dialogue set as the timeline now are as follows.
1. Text is displayed for a very short time or is not displayed
2. Only the first entry is output, the next entry is not output
Re: How to talk on a timeline
Photo 1 is a Conversation executed in the timeline.
If you look at the 2nd picture, you can see that the first line is normal and the sequence works well.
However, in the 3rd picture, the next line is printed and the UI should be deactivated 2 seconds later, but only that log is printed and no lines are output.
If you look at the 2nd picture, you can see that the first line is normal and the sequence works well.
However, in the 3rd picture, the next line is printed and the UI should be deactivated 2 seconds later, but only that log is printed and no lines are output.
- Attachments
-
- 3.PNG (6.31 KiB) Viewed 964 times
-
- 2.PNG (56.99 KiB) Viewed 964 times
-
- 1.PNG (110.72 KiB) Viewed 964 times
Re: How to talk on a timeline
Does this happen only when more than one conversation is active at a time?
If so, does each conversation have its own dialogue UI? If not, add an Override Dialogue UI component to each NPC. Assign a dialogue UI, such as Basic Standard Dialogue UI, even if the NPC uses a custom bubble subtitle panel.
If so, does each conversation have its own dialogue UI? If not, add an Override Dialogue UI component to each NPC. Assign a dialogue UI, such as Basic Standard Dialogue UI, even if the NPC uses a custom bubble subtitle panel.
Re: How to talk on a timeline
The Override Dialog UI has already been set in Enemy Prefab.
When testing with all 3 Enemys enabled, there was a bug where the dialogue caused by Tilmline ended as soon as the second entry started, and sometimes the other 2 dialogues behaved strangely.
The two pictures are logs of this situation.
In the Conversation performed by two Enemys, Delay(4) was set as the Default Sequence, but there was a situation in which it was turned off in the middle of less than 4 seconds.
When I activated only the Timeline Enemy and ran the dialogue, the first entry worked fine, but the second didn't.
When testing with all 3 Enemys enabled, there was a bug where the dialogue caused by Tilmline ended as soon as the second entry started, and sometimes the other 2 dialogues behaved strangely.
The two pictures are logs of this situation.
In the Conversation performed by two Enemys, Delay(4) was set as the Default Sequence, but there was a situation in which it was turned off in the middle of less than 4 seconds.
When I activated only the Timeline Enemy and ran the dialogue, the first entry worked fine, but the second didn't.
- Attachments
-
- 캡처.PNG (172.7 KiB) Viewed 950 times
-
- 2.PNG (9.48 KiB) Viewed 952 times
-
- 1.PNG (57.27 KiB) Viewed 952 times
Re: How to talk on a timeline
Let's examine this first.
In 2.PNG, "Dialogue System: Ending conversation" appears immediately after Guard_CutScene says the second entry. Try moving the final Continue Conversation clip to a point later in the timeline.
Re: How to talk on a timeline
The timeline is organized like a photo. As Tony answered above, there are two entries, but one more Continue clip is added to complete the Conversation.
- Attachments
-
- 캡처.PNG (98.47 KiB) Viewed 947 times
Re: How to talk on a timeline
Would you please send a reproduction project to tony (at) pixelcrushers.com along with a list of the steps I should follow to experience the issue?