NodeBasedDialogueSystem icon indicating copy to clipboard operation
NodeBasedDialogueSystem copied to clipboard

Node GUI broken, hidden, example scene broken

Open Darth-Carrotpie opened this issue 2 years ago • 2 comments

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 image
  • 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

Darth-Carrotpie avatar Aug 21 '23 11:08 Darth-Carrotpie

Did you figure out how to solve it ?

Scorpion999PT avatar Sep 02 '23 04:09 Scorpion999PT

I managed to fix the problem of incorrect connection display by adding the following line to StoryGraphView.cs textField.style.flexDirection = FlexDirection.Column;

image

Source: https://github.com/Wafflus/unity-dialogue-system/issues/1

EdraHor avatar Sep 02 '23 13:09 EdraHor