kahunamoore / 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.

Home Page:https://tips.hecomi.com/entry/2021/04/30/230322

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uWindowCapture

uWindowCapture is an Unity asset to capture windows and make them available in Unity as Texture2D.

Screenshots



Install

  • Unity Package
  • Git URL (UPM)
    • Add https://github.com/hecomi/uWindowCapture.git#upm to Package Manager.
  • Scoped Registry (UPM)
    • Add a scoped registry to your project.
      • URL: https://registry.npmjs.com
      • Scope: com.hecomi
    • Install uWindowCapture in Package Manager.

How to use

Check out the following article (written in Japanese, so please use a translation service).

About

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

License:MIT License


Languages

Language:C++ 61.7%Language:C# 35.5%Language:C 1.6%Language:ShaderLab 0.8%Language:HLSL 0.4%