How do you read the screen of another app?

I need to detect UX change on another app, non Unity.
How do I read its screen?

Would this help?
http://stackoverflow.com/questions/1483928/how-to-read-the-color-of-a-screen-pixel

No because System.Drawing isn’t available in Unity’s version of Mono

Your only option still is in WinAPI, and that will only work for Windows. Mac and Linux will need a different code. There is no crossplatform way, that Unity otherwise mostly is.

But i’m also a little curious on what you are trying to accomplish. Interfering the visuals of another game is often bannable offence.

1 Like