Search found 33 matches

by tylerwsavatronix
Thu Jul 07, 2016 3:52 am
Forum: Dialogue System for Unity
Topic: Is it possible/how to hook up all the things in code?
Replies: 12
Views: 2919

Re: Is it possible/how to hook up all the things in code?

Thanks! This is a lot of great info and it's clearing the path forward in my head! Since right now we're just working on a playable demo (with the intent of both getting feedback, and shipping it aorund to secure funding) it sounds like, short term 1 conversation per NPC will be fine, but long term ...
by tylerwsavatronix
Wed Jul 06, 2016 7:02 pm
Forum: Dialogue System for Unity
Topic: Is it possible/how to hook up all the things in code?
Replies: 12
Views: 2919

Re: Is it possible/how to hook up all the things in code?

Hey Tony, Thanks for the quick reply. We actually bought DS a while ago, but are just now getting around to integrating it (that's my assigned user story ATM). Couple of other quick questions; This one is a bit more about how conversations and NPCs should be structured; 1) I noticed the conversation...
by tylerwsavatronix
Tue Jul 05, 2016 6:31 pm
Forum: Dialogue System for Unity
Topic: Is it possible/how to hook up all the things in code?
Replies: 12
Views: 2919

Is it possible/how to hook up all the things in code?

Hey there, First let me say Dialogue System looks pretty amazing! That said, I have a few questions to help us integrate it with our project; 1) None of our NPCs or our player exist pre scene start, they're made and instantiated into the scene in code. What components will we need to add to get them...