Global Event

Forums 💬 NodeCanvas ⚙️ Support Global Event

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19711
    atmuc
    Participant

      i sent global event via sent event action on Game Object A. i set check event condition to Any State. it does not catch the same global event. i use the same event name. is there any requirement to catch global events?

      #19716
      atmuc
      Participant

        i solved it 🙂

        Graph to FSMOwner;
        foreach(var graph in FindObjectsOfType<FSMOwner>())

        #19715
        Gavalakis
        Keymaster

          There was a bug in the SendGlobal event which is fixed for version 1.5.3
          Your solution will also work as expected 🙂

          #19714
          atmuc
          Participant

            have you submitted version 1.5.3 to store review?

            #19713
            Gavalakis
            Keymaster

              Yes I have 🙂
              Hope it be up soon

              #19712
              atmuc
              Participant

                1.5.3 is online now.

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