Reply To: MessageRouter.cs System.Delegate does not contain definition

Forums 💬 NodeCanvas ⚙️ Support MessageRouter.cs System.Delegate does not contain definition Reply To: MessageRouter.cs System.Delegate does not contain definition

#18612
Gavalakis
Keymaster

    Hello,

    What is current platform selected in build settings?

    The GetMethodInfo() is set to be used when in Windows Store App and not IL2CPP as seen in the code in MessageRouter.cs:

    Will replacing the code with this work for you:

    Let me know.
    Thanks.