IL2CPP AOT Windows

NodeCanvas Forums Support IL2CPP AOT Windows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16411
    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

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

    Join us on Discord: https://discord.gg/97q2Rjh

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