Reply To: Setting a Variable works in Editor but not in the Build

NodeCanvas Forums Support Setting a Variable works in Editor but not in the Build Reply To: Setting a Variable works in Editor but not in the Build

#14092
khalreon
Participant

I changed my progresser node to this and it seems to have fixed the issue.
I am investigating further but if anybody know or have an idea of the cause of it, i would be glad to know.

I was using ValueInput<float> for progress float. And i switched it to BBParameter<float>. And honestly this works much cleaner but still the cause is important.