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

unity2020 and win8 #31

Closed moocowmoomoo closed 2 years ago

moocowmoomoo commented 3 years ago

Hi @hecomi, I'm getting errors about not being able to load the .dll - is this because I need a newer version of windows than win8?

hecomi commented 3 years ago

The latest uWindowCapture uses an API called Windows Graphics Capture, which was implemented in Windows 10 April 2018 Update (1803). For this reason, it is currently not available for the older versions of Windows. Please use the older version, v0.6.0, instead.

In the future, this problem may be solved by supporting "delayload", but it is still technically a long way off...

moocowmoomoo commented 3 years ago

ok hecomi, thanks for the help!