Global Event

NodeCanvas Forums Support Global Event

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10239
    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?

    #10244
    atmuc
    Participant

    i solved it 🙂

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

    #10243
    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 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

    #10242
    atmuc
    Participant

    have you submitted version 1.5.3 to store review?

    #10241
    Gavalakis
    Keymaster

    Yes I have 🙂
    Hope it be up soon

    Join us on Discord: https://discord.gg/97q2Rjh

    #10240
    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.