Reply To: Bug – For Loop containing While True (1.2.5b)

Forums 💬 FlowCanvas ⚙️ Support Bug – For Loop containing While True (1.2.5b) Reply To: Bug – For Loop containing While True (1.2.5b)

#22692
Gavalakis
Keymaster

    Hey,

    The While node is not exactly a While loop but rather a coroutine while. This is done to avoid accidental user error with a result of hanging the editor in an infinite loop.
    If you replace the While.cs code with the following code bellow it will come up with the results you want, but I am not really sure I this would be a good change to add for the reasons above. Maybe I can add an option in the node inspector for that.

    Let me know what you think.
    Cheers.