1 2 3 4 5 6 7 8 9 10
if (Application.platform == RuntimePlatform.LinuxEditor) { return new ProcessStartInfo("smthg") { Arguments = string.Format("-9 --ss -S aa \"{0}\"", file), WorkingDirectory = Directory.GetCurrentDirectory(), UseShellExecute = false, CreateNoWindow = true }; }