#Dialog extensions

1 messages · Page 1 of 1 (latest)

hushed bough
#

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.

karmic oasis
#

Yeah that system is essentially exactly what I need to make

#

With a lot of extra unneeded functionality

#

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

hushed bough
#

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

karmic oasis
#

I guess

#

I'll check out your link