|
I try to run c# in unity but I got errors:
How I can to convert the code to something that run on Unity? code:
(comments are locked)
|
|
For "using System.IO.Pipes" you first must change this setting: Project Settings->Player->Api Compatibily Level: set this to ".Net 2.0" (not subset). Pipes and other rarely used stuff are removed by default, probably as a disk space optimization.
(comments are locked)
|
|
Just take a look on the MonoCompatibility page to see what namespaces and / or classes are supported on which platforms. The page is huge and my take a while to fully load. You your browsers search function to fine a specific namespace. The error speaks for itself. Those two namespaces are not supported in Unity, so you can't use this code (which wasn't written for Unity) in Unity. Yes you can find alternatives, but that's not our job...
(comments are locked)
|

I have same problem, anyone know reply? I have windows 8