console porting

Forums 💬 NodeCanvas ⚙️ Support console porting

  • This topic has 0 replies, 2 voices, and was last updated 7 years ago by Gavalakis.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16883
    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

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

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