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

#13866
arachnidjacob
Participant

    So i tried your setup, i know whats wrong on my side.

    Navtarget is initialized as a Transform in some cases.
    I was using it interhangeably, and depending on what behaviour used it first, it would either be initialized as a Transform or a vector3.

    if i init it as a vector3, it seems to work just fine.

    I did find a workaround before this revelation, just posting it for posterity:

    Thanks for helping me through it.