Search found 6 matches
- Sat Jan 18, 2025 1:27 am
- Forum: Dialogue System for Unity
- Topic: Character GameObject Assignments
- Replies: 10
- Views: 1607
Re: Character GameObject Assignments
Thank you for the explanation!
- Fri Jan 17, 2025 12:23 pm
- Forum: Dialogue System for Unity
- Topic: Character GameObject Assignments
- Replies: 10
- Views: 1607
Re: Character GameObject Assignments
Thank you!. Look' like i understand now how it work but not sure why: We HAVE to add Dialogue Actor ( it can have empty reference to actor, so we dont need to create a lot of actors in database). Other way it will use Conversant from conversation. I have attached simple scene with trigger and usable...
- Wed Jan 15, 2025 11:29 am
- Forum: Dialogue System for Unity
- Topic: Character GameObject Assignments
- Replies: 10
- Views: 1607
Re: Character GameObject Assignments
Dialogue Actor don't affect the dialogue. Maybe some one can create a simple working scene that will override dialogue Conversant with Gameobject name ? Please. I have looked in watches: Actor and Conversant set as in Conversation, but in Debug it is shown as in Dialogue System Trigger. I'm confused.
- Wed Jan 15, 2025 8:55 am
- Forum: Dialogue System for Unity
- Topic: Character GameObject Assignments
- Replies: 10
- Views: 1607
Re: Character GameObject Assignments
Just trying to do this : Dialogue System Trigger Actor & Conversant When you set up a Dialogue System Trigger, you can assign GameObjects to the Start Conversation > Conversation Actor and Conversation Conversant fields. These GameObjects can represent different actors than those assigned to the...
- Wed Jan 15, 2025 8:38 am
- Forum: Dialogue System for Unity
- Topic: Character GameObject Assignments
- Replies: 10
- Views: 1607
Re: Character GameObject Assignments
Thanks for the answer. It is simple scene with one trigger. Nothing unassigned. And in debug log i have this: Dialogue System: Starting conversation 'Generic/Shopkeeper', actor=Side Npc ( UnityEngine.Transform ), conversant=Shopkeeper Valera ( UnityEngine.Transform ). Look like it is using what i ne...
- Wed Jan 15, 2025 8:20 am
- Forum: Dialogue System for Unity
- Topic: Character GameObject Assignments
- Replies: 10
- Views: 1607
Character GameObject Assignments
Hello, guys. I'm was searching for my newbie question but had no luck. I did what says In doc about Character GameObject Assignments trying create general shopkeeper conversation with [var=Conservant] and in debug message i see actor and conversant as they should be according doc - assigned transfor...