[BUG] SetVariable in FSM

Forums 💬 NodeCanvas ⚙️ Support [BUG] SetVariable in FSM

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15382
    slava
    Participant

      I am unable to select generic variable, when inside FSM. When using the same task with generic variable in Behaviour Tree, it works fine.

      I couldn’t upload mp4, so I’m sending a zip with the example video inside.

      #15384
      Gavalakis
      Keymaster

        Hello,

        This is indeed a bug, thanks for letting me know. To fix this, please open up ActionList.cs file and change the method named ‘ShowNestedActionsGUI’ at line #266 to be like this:

        Alternatively, I can send you the changed file to your registered email if you want to.
        Let me know.
        Thanks!

        #15383
        slava
        Participant

          I guess in line with:

          actions = (ActionTask)a;

          You mean:

          actions [ i ] = (ActionTask)a;

          And yeah, this way works 🙂
          Thanks for help!

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