Reply To: How to access Dynamic Variables in code?

Forums 💬 NodeCanvas ⚙️ Support How to access Dynamic Variables in code? Reply To: How to access Dynamic Variables in code?

#17086
test84
Participant

    I can’t still access that variable, I tried the following:
    blackboard.GetVariable<GameObject>("_LastBulletThatHitMe").value
    blackboard.GetVariable<GameObject>("_LastBulletThatHitMe")

    but it’s always null.

    Sorry for spamming, I’ve been trying to do this by myself for past few days and I ran out of time.