Unity Error Please I need Help
I am trying to using System.Windows.form reference but when I save it I get this message:
unity error CS0234: The type or namespace name Windows' does not exist in the namespace
System'. Are you missing an assembly reference?
Comment
generally if you specify the complete path to a function, it's ok but in this case you're trying to use a windows function which doesn't exist in mono... iirc, forms are not supported...