Search found 6 matches
- Sat Apr 03, 2021 11:06 am
- Forum: Dialogue System for Unity
- Topic: Please Fix My Terrible Dialogue System & Quest Machine Combined Setup
- Replies: 3
- Views: 444
Re: Please Fix My Terrible Dialogue System & Quest Machine Combined Setup
First of all, thank you!! I meant to reply sooner but got a bit swamped with work :cry: :) I've been chewing through the bits you wrote and am definitely closer to something I'm happy with. Apologies if I'm doubling over on some stuff from last time, but here's where I'm at problem wise! Managing Qu...
- Mon Mar 29, 2021 12:46 pm
- Forum: Dialogue System for Unity
- Topic: Please Fix My Terrible Dialogue System & Quest Machine Combined Setup
- Replies: 3
- Views: 444
Please Fix My Terrible Dialogue System & Quest Machine Combined Setup
Premise : I really like Quest Machine & Dialogue System but they do not bring me joy (yet). Plea : Sorry I definitely do not want that to come across as an attack! What I would like is if you could please help me understand some of what I'm doing wrong and make me find joy in these systems agai...
- Tue Nov 24, 2020 3:21 pm
- Forum: Dialogue System for Unity
- Topic: Select conversation in UI like messages
- Replies: 11
- Views: 543
Re: Select conversation in UI like messages
Ok cool cheers!
I should be able to pull apart the textline demo and get something working! I'll holler if I can't figure something out, but I guess as lord of the forum you already knew that
Thanks!!
I should be able to pull apart the textline demo and get something working! I'll holler if I can't figure something out, but I guess as lord of the forum you already knew that
Thanks!!
- Tue Nov 24, 2020 1:41 pm
- Forum: Dialogue System for Unity
- Topic: Select conversation in UI like messages
- Replies: 11
- Views: 543
Select conversation in UI like messages
Hi! Apologies if this has been covered already, I tried looking around the forum / docs for quite a while first! I'm trying to basically emulate a message system, like any messaging app, social media DMs etc... where I can retrieve and display all the conversations at once. I'll show each with a sho...
- Thu Nov 12, 2020 5:12 pm
- Forum: Dialogue System for Unity
- Topic: Scene / SO data -> custom actor field how to
- Replies: 3
- Views: 347
Re: Scene / SO data -> custom actor field how to
Yessssss!
Thank you! Custom actor fields in the dialogue database is perfect!
And thanks for confirming the render texture method, I agree that seems like the best way.
Thank you! Custom actor fields in the dialogue database is perfect!
And thanks for confirming the render texture method, I agree that seems like the best way.
- Thu Nov 12, 2020 1:13 pm
- Forum: Dialogue System for Unity
- Topic: Scene / SO data -> custom actor field how to
- Replies: 3
- Views: 347
Scene / SO data -> custom actor field how to
Context: I'm using the Quest Machine system to initiate the Dialogue System conversations. Trying to figure out the best (or simplest!) way to provide a custom field from a npc gameobject through to the dialogue ui, namely I want to show a model of a character instead of a sprite, so let's say I wan...