Reply To: Errors trying to restore blackboard variables (using object pooling)

Forums 💬 NodeCanvas ⚙️ Support Errors trying to restore blackboard variables (using object pooling) Reply To: Errors trying to restore blackboard variables (using object pooling)

#15646
Gavalakis
Keymaster

    Hey,

    Oh I see. The setMethod is in a try/catch block and the .CanWrite property is already checked, so I omitted to check the setMethod for null, but sure I will better add a null check anyways. Thanks.