Reply To: [BUG] Disabling NavMeshAgent causes error spam

Forums 💬 NodeCanvas ⚙️ Support [BUG] Disabling NavMeshAgent causes error spam Reply To: [BUG] Disabling NavMeshAgent causes error spam

#15945
Gavalakis
Keymaster

    Hello,

    You are right. It is a small bug related to task warnings. To fix this, please open up Task.cs file and replace the whole “GetWarningsOrError” method with the code bellow:

    Only line #36 (as shown in above code lines) is changed actually, but I copy/pasted the whole method for your convenience.
    Let me know if that works for you.
    Thanks!