fpwong / BlueprintAssistWiki

47 stars 2 forks source link

NotYet DialogueSystem's graphs support #135

Open Adrien-Lucas opened 1 year ago

Adrien-Lucas commented 1 year ago

NotYet Dialogue System is a graph based dialogue system for Unreal. Repo : https://github.com/NotYetGames/DlgSystem

Its graphs is alike a behaviour tree, with a vertical flow.

By adding the NotYet graph to the other graphs in BPA, the graph can not be formatted.

Support for it would be really useful for our team of Quest Designers.

Thanks Adrien

fpwong commented 1 year ago

I have registered the dialogue tree to the plugin in 4.2.1. However there are some issues with the formatting, you will need to select the root node when you format otherwise it only formats downstream of the tree.

I will keep this issue open until I fix this, but it may be a while since it requires quite a number of changes.

Adrien-Lucas commented 1 year ago

I just tried it out and it works like a charm!

Thanks it's fantastic and will surely make us gain some time!