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

#14103
khalreon
Participant

But the thing is from a nested flowScript i am changing the progress value as you can see from attached images. And in editor 1st code was working just fine. And all the effect was correct. But in the build it was always staying in the value it left after reaching min/max. Problem is with my node yes, but i still don’t know why would it work in the editor and not in build that’s the problem. Anyways i wanted to put ValueInput<float> cause i wanted to be able to use it in a macro. But now i can only use it directly in the flowScript itself since the reference to parameter of BB is required to be directly set cause i am using BBParameter<float>. I do not want to use System.float since i want to use progress parameter i can reach from other nested flowScripts.