problem with dialouge tree

Forums 💬 NodeCanvas ⚙️ Support problem with dialouge tree

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16560
    mohannad32
    Participant

      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?

       

      #16561
      Gavalakis
      Keymaster

        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!

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.