Google Carboard Compiler Error On Load

hi , so i just downloaded the google cardboard sdk but it has some compiler errors !

here are they :

-The type System.Diagnostics.ProcessStartInfo' does not contain a constructor that takes 2’ arguments

–Property or indexer `System.Diagnostics.Process.StartInfo’ cannot be assigned to (it is read only)

—Type System.Diagnostics.Process' does not contain a definition for Close’ and no extension method Close' of type System.Diagnostics.Process’ could be found (are you missing a using directive or an assembly reference?)

and as i checked , these are some unlogical silly errors ! does anyone have the same problem ? can you show me how to fix it ?

thats answer is wrong , to avoid this error you just have to simply swtich platform to Android

This is likely caused by having your build target set to Web or some other unsupported target. Change the build target to Standalone or Android, and that should solve your problem.

You will need the latest version of Unity.