console porting

NodeCanvas Forums Support console porting

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14111
    russt
    Participant

    Hi,
    I’m porting a game using nodecanvas, and got an error while building in unity:
    “(Type Request Error)</b>: Type with name ‘NodeCanvas.Tasks.Conditions.ListIsEmptyOrNull’ could not be resolved.”

    Do I need a specific separate download of nodecanvas for consoles? or does the standard pro license cover xbox/ps4/switch?

    Thanks

    #14125
    Gavalakis
    Keymaster

    Hello,

    You dont need any separate download.
    It seems though, that the project you are porting, is using a condition named “ListIsEmptyOrNull”, which is missing from the project.
    In the official NodeCanvas conditions that it comes with though, there is no such condition named “ListIsEmptyOrNull”, thus it seems to be a custom made condition. Maybe you forgot to also import that custom condition (maybe from another project) ?

    Thanks.

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

    #14131
    russt
    Participant

    Thanks for the help Keymaster,

    I’ll get back to you with my progress.

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