The Prepare()
method in DialogueManager.cs
isn't being called automatically in Dialogue Manager 3.3.2, which may be the problem you're running into. Either edit the DialogueManager.cs script to call it or make it static and call it manually in _Ready()
. :-)