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
505 stars 81 forks source link

Is there any way to not show the yellow frame? #37

Closed minyan0718 closed 3 years ago

ZeoWorks commented 3 years ago

No, this is a part of the windows.graphics.capture api. It's for security purposes.

minyan0718 commented 3 years ago

Got it Thanks