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

Forums 💬 NodeCanvas ⚙️ 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

#16893
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.