Remove Dynamic Variables and free up Variable name

Lvl99Chicken

New member
I had a dynamic variable called "CurrentPathIndex" which was used by 2 nodes. However, I wanted to instead make this into a regular behavior variable, so I removed it from both of those nodes. Now, none of my nodes use that dynamic variable "CurrentPathIndex". However, when I go to create a variable with that same name, the "Add" button is greyed out and I can't add it. It is as if the dynamic variable is still present and occupying that name. So my question is, how does one go about removing a dynamic variable completely in order to free up the variable name?

1603983219228.png
Thanks so much!
 
Are you sure that it's the dynamic variable causing the problem? Are you able to list the repro steps from a fresh project? I just tried and wasn't able to reproduce the add button from disabling because of the dynamic variable.
 
Top