Dynamic Variable Null Reference Exception

willij

New member
I'm trying to create a dynamic variable but when I do, I get null reference errors in the console. I haven't hit the play button yet, it's in the editor.
 
Well I'm assuming that I just don't know what I'm doing. I have a SharedInt variable that I want to share between tasks so I click the circle and select Dynamic in the dropdown. When I start typing a name I get the null errors in the console.
 
What is that null reference? What Unity version? You shouldn't be getting any errors so having the steps to reproduce would be helpful. I just tried those steps and am not getting any errors. Make sure you are running version 1.6.1 of Behavior Designer as there was a fix in that version related to dynamic variables.
 
Top