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?
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) ?