Search found 20745 matches

by Tony Li
Fri May 10, 2024 7:54 am
Forum: Love/Hate
Topic: Some relationships not changing?
Replies: 9
Views: 113

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

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: 11
Views: 126

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: 11
Views: 126

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

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

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?
by Tony Li
Thu May 09, 2024 5:06 pm
Forum: Dialogue System for Unity
Topic: Issue starting new conversation when changing scenes
Replies: 11
Views: 126

Re: Issue starting new conversation when changing scenes

Hi,

When you leave the first scene, do you see this line in the Console:

Code: Select all

Dialogue System: Conversation ending.
If not, then the first conversation is still active. If so, what's the Sequence of the last node in the conversation?
by Tony Li
Thu May 09, 2024 5:03 pm
Forum: Dialogue System for Unity
Topic: How to hide bubble text immediately
Replies: 5
Views: 80

Re: How to hide bubble text immediately

Hi,

Can you please provide a screenshot or mockup of what's going on and what you'd like to happen?
by Tony Li
Thu May 09, 2024 5:02 pm
Forum: Dialogue System for Unity
Topic: Animations playable on paused Timeline
Replies: 3
Views: 50

Re: Animations playable on paused Timeline

Hi,

If Timeline is controlling an animator (e.g., a character involved in a conversation), nothing else can control the animator.