Reply To: Creating-lag of DynamicVar

Forums 💬 NodeCanvas ⚙️ Support Creating-lag of DynamicVar Reply To: Creating-lag of DynamicVar

#19422
Gavalakis
Keymaster

    Hello,

    I found the problem in last versions of NodeCanvas. To fix the allocations with Dynamic Variables, please open up BBParameter.cs script and change the property ‘varRef’ at line #130 to this:

    Then just a few lines later, please also change property ‘bb’ to this:

    After this change there will be a minimal allocations caused only by the logs.

    Thanks for spotting this out.