Search found 20728 matches

by Tony Li
Fri May 10, 2024 7:58 am
Forum: Dialogue System for Unity
Topic: Cinemachine inconsistencies
Replies: 1
Views: 10

Re: Cinemachine inconsistencies

Hi, Cinemachine Priority On Dialogue Event relies on the dialogue event messages OnConversationStart and OnConversationEnd. These messages are only sent to the conversation's primary actor and conversant. If a Cinemachine Priority On Dialogue Event isn't taking effect when you expect it to, check th...
by Tony Li
Fri May 10, 2024 7:56 am
Forum: Dialogue System for Unity
Topic: How to hide bubble text immediately
Replies: 5
Views: 39

Re: How to hide bubble text immediately

Hi,

Glad to help! You may want to also keep Wait For Open and Wait For Close ticked as well as changing Visibility to "Only During Content". This way multiple lines in a row will wait for the open/close animations instead of overriding each other.
by Tony Li
Fri May 10, 2024 7:54 am
Forum: Love/Hate
Topic: Some relationships not changing?
Replies: 1
Views: 12

Re: Some relationships not changing?

Hi, If the Player doesn't have a relationship with either faction (that is, no feelings either way about them), then he won't care what happens to them, even if he's doing the bad thing. Unfortunately some people in the real world behave this way, too. If you want the player to care, add relationshi...
by Tony Li
Fri May 10, 2024 12:15 am
Forum: Dialogue System for Unity
Topic: Global Location for changing Max Use Distance?
Replies: 4
Views: 36

Re: Global Location for changing Max Use Distance?

Hi,

Not across all scenes. But in a single scene you can enter "t:Usable" in the Hierarchy window's search bar. This will show all Usables in the scene. Then select them all and set the Max Use Distance in the Inspector view.
by Tony Li
Fri May 10, 2024 12:01 am
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 9
Views: 53

Re: Issue starting new conversation when changing scenes

Hi,

Can you try setting the player's Dialogue Actor component > Actor dropdown to Player? (Or whatever is the name of the player actor in your dialogue database -- that is, the actor whose Is Player checkbox is ticked.)
by Tony Li
Thu May 09, 2024 9:53 pm
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 9
Views: 53

Re: Issue starting new conversation when changing scenes

Hi, Thanks for posting the screenshot. The issue is that yellow warning. The conversation in the new scene is starting, but it can't figure out what subtitle panel to use. Is the GameObject named "Character" your player? Does it have a Dialogue Actor component? If so, what are the componen...
by Tony Li
Thu May 09, 2024 9:04 pm
Forum: Dialogue System for Unity
Topic: First Sequence Listener
Replies: 5
Views: 42

Re: First Sequence Listener

Oops, yes, that was a typo
by Tony Li
Thu May 09, 2024 7:48 pm
Forum: Dialogue System for Unity
Topic: How to hide bubble text immediately
Replies: 5
Views: 39

Re: How to hide bubble text immediately

Hi,

Try ticking the subtitle panel's Wait For Show and Wait For Hide checkboxes. Let me know if that addresses the issue. What is the Visibility dropdown set to?