Reply To: [BUG] Blackboard losing UnityEngine.Object references

NodeCanvas Forums Support [BUG] Blackboard losing UnityEngine.Object references Reply To: [BUG] Blackboard losing UnityEngine.Object references

#16117
trololocat
Participant

Hi,

I have the same issue.

If I set the blackboard references manually in the Graph Asset it works fine. But if i set the references from script I get these errors in the graph execution at runtime: (Blackboard Log): No Variable of name ‘SpawnClip’ and type ‘AnimationClip’ exists on Blackboard ‘Mannequin_Old_Ragdoll_TEST(Clone)’. Adding new instead… (Blackboard Log): No Variable of name ‘IdleClip’ and type ‘AnimationClip’ exists on Blackboard ‘Mannequin_Old_Ragdoll_TEST(Clone)’. Adding new instead… (Execution Error): A required BBParameter field value named ‘animationClip’ is not set.

What I basically do is Initialize the BBoard and set the values with the FMSGraphOwner API eg: BehaviorGraph.blackboard.SetVariableValue(“ClimbEndClip”, climbEndClip);