NodeBasedDialogueSystem
NodeBasedDialogueSystem copied to clipboard
Node GUI broken, hidden, example scene broken
Tried to test out if this package still works, sadly not really. Found these issues in first 15 min on testing:
- No node connections can be seen in node window
- Start node cannot be moved
- Example scene throws has null reference exceptions for DialogueContainer
Perhaps I installed something wrong, but as there are no instructions, I just cloned this repo into an assets folder...
EDIT: Forgot to mention version: 2022.3.5f1 LTS
Did you figure out how to solve it ?
I managed to fix the problem of incorrect connection display by adding the following line to StoryGraphView.cs
textField.style.flexDirection = FlexDirection.Column;
Source: https://github.com/Wafflus/unity-dialogue-system/issues/1