MessageRouter.cs System.Delegate does not contain definition

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18611
    vega
    Participant

      I imported into Unity 5.4.0b16, with the error:

      Assets/ParadoxNotion/NodeCanvas/Framework/_Commons/Runtime/Services/MessageRouter.cs(291,71): error CS1061: Type System.Delegate' does not contain a definition forGetMethodInfo’ and no extension method GetMethodInfo' of typeSystem.Delegate’ could be found (are you missing a using directive or an assembly reference?)

      Any ideas?

      #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.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.