Forums › 💬 NodeCanvas › ⚙️ Support › problem with dialouge tree
i got this error ( Warning): DialogueTree: Subtitle Request event has no subscribers. Make sure to add the default ‘@DialogueGUI’ prefab or create your own GUI.
UnityEngine.Logger:Log(LogType, String, Object, Object)
but i do have @DialogueGUI prefab in the scene, any idea how to resolve this?
Hello from here as well.
Even though I replied you via email days ago, just for the shake of completion for this post, here is my reply 🙂
——-
Hello there,
For the warning you see, there are two solutions:
1) Either select your DialogueTreeOwner or FSMOwner and in the inspector set the “First Activation” to “On Start”.
2) Or, Open up Unity’s “Script Execution Order”, and place the script “Dialogue UGUI” after the ‘Default Time’.
Regarding the problem with position z. I just fixed this and attached the change for you here.
Please let me know if that works for you and sorry for the late reply 🙂
The fix for Z position will exist on the next version of course for everyone 🙂
Thanks!