Reply To: Executing static function on non-MonoBehaviour-derived class in 2.80

Forums 💬 NodeCanvas ⚙️ Support Executing static function on non-MonoBehaviour-derived class in 2.80 Reply To: Executing static function on non-MonoBehaviour-derived class in 2.80

#17434
Gavalakis
Keymaster

    Hello and sorry for late reply.
    You are correct. This is a bug in the “new” Execute Function 🙂
    To quick fix this, please open up ExecuteFunction_Multiplatform.cs file and change line #181 from this:

    to this:

    ( You can do the same to “ExecuteFunction.cs” file at line #165 if you are using that as well )

    Thanks for letting me know!