Issue after importing new version

NodeCanvas Forums Support Issue after importing new version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11397
    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!

    GetOtherBlackboarVariable-issue

    Attachments:
    You must be logged in to view attached files.
    #11404
    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!!

    issue-with-Agent

    issue-with-Agent-console-errors

    issue-with-Agent--ParadoxNotion-Asset-in-Project

    Attachments:
    You must be logged in to view attached files.
    #11411
    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!

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

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