Reply To: [Bug] Version 2.7.0 silently breaks BT written in Version 2.6.4

Forums 💬 NodeCanvas ⚙️ Support [Bug] Version 2.7.0 silently breaks BT written in Version 2.6.4 Reply To: [Bug] Version 2.7.0 silently breaks BT written in Version 2.6.4

#17592
Gavalakis
Keymaster

    Hello,

    Thanks once again for the bug report. That was a nice find which occurs in cases where the value of the parameter is nullable and the parameter value is set/left to null, thus was hard to find.
    To fix this, please open up fsBBParameterProcessor.cs file and change line number #26, to be like this:

    Thank you!