#Dialog extensions
1 messages · Page 1 of 1 (latest)
It depends I guess if you are looking for paid or free. Dialogue System for Unity is widely used, though imo is a bit old Conversa is a newer one which is pretty good. Simply typing in "Dialog" will give you a lot of results
There is also DialogueGraph on github which seems decent, but of course lacks support.
Yeah that system is essentially exactly what I need to make
With a lot of extra unneeded functionality
I think i'm going to get this: https://assetstore.unity.com/packages/tools/ai/vide-dialogues-69932
and then deconstruct it
I don't want to use it because I like being able to say that it's mine, and also that way I don't need to include more people in the credits
it also makes it a learning experience
Thanks for the help
I would consider looking at this one instead (assuming it does what you want). The code will simpler as it doesn't require it's own full graph system instead using Unity's new GraphView API https://github.com/TeodorVecerdi/DialogueGraph
Also the one you linked is quite old