Reply To: Weird NullReferenceException when Executing Function (MP)

Forums 💬 NodeCanvas ⚙️ Support Weird NullReferenceException when Executing Function (MP) Reply To: Weird NullReferenceException when Executing Function (MP)

#18772
Gavalakis
Keymaster

    Hello,

    It seems that PFAgent.cs #125 throws a null reference due to the System.Action callback being null?
    The thing is that NC can’t use parameters of delegate type, at least right now.
    I think in this specific case it would be easier and more convenient to use a custom action like you did 🙂