Forums › 💬 NodeCanvas › 🗨️ General Discussion › BBParameter Vector3 > Transform > Back to Vector3 › Reply To: BBParameter Vector3 > Transform > Back to Vector3
Sure! Ill try to describe a test case:
1: Bind a Vector3 BBParameter to the blackboard (navTarget), Debug its position.
2: Assign a Transform to it. Debug its position.
3: Then, Assign another Vector3 to the navTarget Debug its position in the same script.
4: Then, in another node, Debug the position of the navTarget.
In my case, when I check the position in step 4, it’s still the position of the transform assigned in step 2.