Issue after importing new version

Forums 💬 NodeCanvas ⚙️ Support Issue after importing new version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18362
    chocolacode
    Participant

      Hi Gavalakis,

      I have imported the new version and now I have an issue with the “GetOtherBlackboardVariable” Task in FSM

      the agent is null and is sending an error to the console, see attached image taking during debugging

      I have checked and the Objects is present, I do not know why is saying NULL,

      can you please take a look at this?

      thanks in advance!

      [attachment file=”GetOtherBlackboarVariable issue.png”]

      #18365
      chocolacode
      Participant

        Hello Gavalakis,

        I was trying to do a workaround in the meantime and actually the issue is not only with that task,

        the issue I am having is with all tasks where I assign a new GraphOwner hence determining an “agent” field

        Can you please help?

        Thanks!!

        [attachment file=”issue with Agent.png”]

        [attachment file=”issue with Agent console errors.png”]

        [attachment file=”issue with Agent only ParadoxNotion Asset in Project.png”]

        #18364
        Gavalakis
        Keymaster

          Hey.
          Oh that’s a nasty bug I somehow missed in the new version :/
          To fix this, please open up Task.cs and replace the code block at line #390 (at the start of Initialize Method) as shown bellow:

          As you see, you basically need to remove the “!agentIsOverride” part from the check.
          I will send an update to the asset store ASAP.
          Thanks!

          #18363
          chocolacode
          Participant

            Hey,

            Thank you!!!

            That worked perfect

            🙂

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