[Major Bug] Standalone Action Player Actions lose reference to Blackboard

NodeCanvas Forums Support [Major Bug] Standalone Action Player Actions lose reference to Blackboard

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14828
    erik
    Participant

    Looks like the StandaloneActionPlayers ActionTasks loses all references to their Blackboard.

    When launching the game, creating a prefab, and every other action that serializes them.

    That component is a real time saver for me.

    I have hotfixed this for me by changing in ActionListPlayer.cs

    to

    But this spawns an Exception, a more robust solution would be greatly appreciated.

    Thnx. 🙂

     

    Cheers

    Erik

     

     

     

    Attachments:
    You must be logged in to view attached files.
    #14832
    Gavalakis
    Keymaster

    Hello,
    Thanks for the report. To fix this, please keep the OnAfterSerialization method as it originally was and instead change the method UpdateTaskOwner to be like this:

    Let me know if that works for you.
    Thanks 🙂

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

    #14834
    erik
    Participant

    Yes, that works. Thanks for the fast reply. 🙂

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