hecomi / uWindowCapture

This allows you to use Windows Graphics Capture / PrintWindow / BitBlt in Windows to capture multiple windows individually and easily use them as Texture2D in Unity.
https://tips.hecomi.com/entry/2021/04/30/230322
MIT License
493 stars 79 forks source link

Windows cannot display until I focus this program. #53

Open Tea6098 opened 1 year ago

Tea6098 commented 1 year ago

Some windows idle for a while. When I change the texture to this window, it cannot display. But it still in the UwcManager.windows I cannot find the difference from other windows which display smoothly. (I have check the isValid, IsAlive, IsVisible, but all of them is same) Can I check the windows variable to remove it from my dropdown or request a message to restart the window to display? Thank you very much.