uWindowCapture
uWindowCapture copied to clipboard
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.
Only create the GraphicsCaptureItem just before we need to use the capture This will allow the Windows Graphics Capture service to suspend itself when we are not capturing This also...
Would it be possible to interact on the received texture with the mouse. The mouse movement is ececuted on the sender window?
Window messages aren't sorted, resulting in errors when a window is only active for a single frame
When using screenshot tools like ShareX, there's weird window stuff happening: a temporary screenshot window appears for a single frame and is removed again immediately. This seems to cause issues...
Hello, I set the mouse cursor to false through the code, but it cannot take effect. It can only take effect by clicking Draw Cursor in the Inspector in Unity....
Hello, I've never written one of these GitHub issues, so hopefully what I'm doing is correct. uWindowCapture fails its validation if I simply change Unity's scene while in Play. No...
下記コードを試しましたがカーソルが常に描画(キャプチャ)されてしまいます。 UwcWindow.cursorDraw = false; UwcWindowTexture.drawCursor = false; ・Exsamples/Single Window → 現象は発生しません。 ・Exsamples/Window List → 現象は発生します。 ・WindowsGraphicsCapture モードで発生します。 Windows10 20H2 で Cursor support の判定は true になっています。 複数のウインドウを対象とした場合に発生しているように思えます。 下記のように「変化判定」のif文をコメントアウトするとカーソル描画は OFF に出来ました。 WindowsGraphicsCapture.cpp...
Hi Hecomi! Crashes of the 'CaptureService' aren't handled well and cause the application to exit. You can crash the CaptureService by killing 'explorer.exe' in Task Manager to reproduce this issue....
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?
- Editor crashes when entering play mode on all example scenes in Unity 2019.2.x and Unity 2019.3.0f6 in DX12
Testing latest and it works great! Is there a setting/possibility/instructions to support capturing Desktop(window title area only) Capturing window works ok, desktop works ok....but i'd like to capture the window...