Search found 20733 matches

by Tony Li
Sat May 11, 2024 7:07 pm
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 11
Views: 70

Re: Issue starting new conversation when changing scenes

That may cause problems in the future, but you can probably avoid them by using the save system to change scenes. If you do this, put the Save System component (and its dependency components) on a GameObject separate from the Dialogue Manager.
by Tony Li
Sat May 11, 2024 7:06 pm
Forum: Love/Hate
Topic: Some relationships not changing?
Replies: 8
Views: 49

Re: Some relationships not changing?

If I understand you correctly, you want to know when an NPC's feelings toward the player change. NPCs belong to factions like Sixers and Cannibals. In the screenshot you shared, it looks like when the player attacks a cannibal, the cannibals correctly get negative affinity (hate) and the Sixers get ...
by Tony Li
Fri May 10, 2024 11:06 pm
Forum: Love/Hate
Topic: Some relationships not changing?
Replies: 8
Views: 49

Re: Some relationships not changing?

Hi, The problem I see is that the player, as member of faction Player, becomes happier when he kills Cannibals, but relationships do not change: https://i.imgur.com/esuz84V.png I expect the relationships towards them to be affected so I can report this to the player (ie: "your relationships tow...
by Tony Li
Fri May 10, 2024 6:29 pm
Forum: Love/Hate
Topic: Some relationships not changing?
Replies: 8
Views: 49

Re: Some relationships not changing?

Hi,

On your Faction Manager, have you ticked Can Witness Self?
by Tony Li
Fri May 10, 2024 6:25 pm
Forum: Dialogue System for Unity
Topic: Multiple Dialogue System Triggers?
Replies: 1
Views: 41

Re: Multiple Dialogue System Triggers?

No, that's totally fine. You can even have multiple Dialogue System Triggers all set to OnUse. If they start conversations, set their Conditions so that only one of their Conditions will be true at a time.
by Tony Li
Fri May 10, 2024 7:58 am
Forum: Dialogue System for Unity
Topic: Cinemachine inconsistencies
Replies: 1
Views: 14

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: 46

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: 8
Views: 49

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...