ChrisChalms / DialogueSystem

A dialogue system for Unity.
Creative Commons Zero v1.0 Universal
13 stars 0 forks source link

Short documentation on how to implement #1

Closed padmalcom closed 3 years ago

padmalcom commented 3 years ago

Hi Chris, thanks for your framework, it looks really good! Currently I'm trying to integrate it into my game but I'm struggling with starting a dialog. Maybe you can add some bullet points to your readme on how to start a dialog in c#? That would be awesome! Regards, Jonas

ChrisChalms commented 3 years ago

Hi Padmalcom,

Sorry for the late response, I've only just seen your issue. First off, thanks for your interest!

Starting a dialogue through code is definitely possible, I'll take a look at the code shortly and make it a nicer proccess and document it for you.

Thanks, Chris

ChrisChalms commented 3 years ago

I've made the loading and starting of conversations from scripts a little nicer and documented it at the top of the README. Let me know if you have any more problems/requests