Hello,
I’m trying to build with NodeCanvas 2.6.2 for Windows Store 8.1, using Unity 5.5.
I get errors. How can I build for this platform?
Errors:
Assets\ParadoxNotion\NodeCanvas\Framework\Runtime\Variables\Variable.cs(106,15): error CS0246: The type or namespace name ‘IConvertible’ could not be found (are you missing a using directive or an assembly reference?)
… (More IConvertible errors)…
Assets\ParadoxNotion\NodeCanvas\Framework\_Commons\Runtime\Other\ReflectionTools.cs(35,39): error CS1061: ‘System.Array’ does not contain a definition for ‘Add’ and no extension method ‘Add’ accepting a first argument of type ‘System.Array’ could be found (are you missing a using directive or an assembly reference?)