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

Linux support #51

Closed float3 closed 1 year ago

float3 commented 1 year ago

Are there any current or future plans to add Linux support? Proton doesn't currently support the Windows Graphics Capture api.

hecomi commented 1 year ago

Sorry, the Window Capture method is very different for each OS, so currently only Windows will be supported.