I'm trying to call on an external application from unity to run a command and my boss wants me to try using a com object, but I've never heard of them before, I'm not really sure how to use them, and I'm don't really know how to make one. Sorry if this is a really nonspecific question. I have been using `System.Diagnostics.Process.Start();` for using an external application with a command but my boss does not like that a window pops up for a second and then goes away. He wants the process to remain hidden. Any ideas on what I can do here?
↧