Reply To: BBParameter Vector3 > Transform > Back to Vector3

Forums 💬 NodeCanvas 🗨️ General Discussion BBParameter Vector3 > Transform > Back to Vector3 Reply To: BBParameter Vector3 > Transform > Back to Vector3

#13871
arachnidjacob
Participant

    Hi Gavalakis!

    I have a BBParameter Vector3 ( navTarget ) that I first populate with a transform,
    then later in a different nodeTree, I attempt to assign a Vector3 to that same navTarget .

    The debug lines INSIDE the script itself show the correct destination indicating they are set correctly.

    However later in the tree when I want to use the navTarget value, it uses the transform position as a value, giving incorrect behaviour.

    in the 3rd screen i’m trying to re-init the bbparameter by making a Variable variable, and assigning the value to it, but it does not seem to stick to the blackboard after it leaves the script.