IL2CPP AOT Windows

Forums 💬 NodeCanvas ⚙️ Support IL2CPP AOT Windows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15562
    patrickc
    Participant

      Hi,

      We’ve been trying to get a Windows IL2CPP going, but getting AOT errors such as:

      `

      I understand from some research that using CheckFunction will cause this issues, so we need to use CheckFunction_Multiplatform, however we have hundreds of cases of the use of it and they have a different JSON format so it’s not easy to “swap” them out, is there any suggested way to do so?
      Also wondering if ExecuteFunction will need to be converted to ExecuteFunction_Multiplatform?

      Thanks,
      Patrick

      #15563
      Gavalakis
      Keymaster

        Hello there and sorry for the late reply.

        Indeed, there is a difference in the multiplatform versions and the other ones, with only the multiplaform being supported in AOT platforms. Unfortunately there is no automatic conversion, but I will try to come up with something hacky to help you somehow convert the tasks to the multiplatform ones. Since this is going to be some work, please let me know what reflection tasks you are using. Are you only using CheckFunction and ExecuteFunction, or others as well?

        Let me know.

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