I’m making a Unity app that will be a control interface for another application. I need to send keyboard output from Unity to that other app. Anybody know of a way to do that? Thanks.
Is there perchance a library that lets scripts send commands as if they were typed by the keyboard? thanks.
I have the same problem. In my case I capture the webcam and I need to send a key to another video game while activating certain section of the image captured by the webcam.