Reply To: Debuging missing methods

Forums 💬 NodeCanvas 🗨️ General Discussion Debuging missing methods Reply To: Debuging missing methods

#14820
Gavalakis
Keymaster

    Hey,

    I am not sure about Unity console pointing to the node, but I am working on showing a warning icon on probably faulty nodes within the editor for the the next version. Another alternative that you can do like right now, is to change the info property of the Execute/Check Function tasks by adding this right after the first IsNullOrEmpty check:

    So this will show you within the node if the selected method is missing in red 🙂

    Cheers!