uNvPipe
=======

**uNvPipe** is a simple wrapper of [NvPipe](https://github.com/NVIDIA/NvPipe) for Unity.

Demo
----

<img src="https://raw.githubusercontent.com/wiki/hecomi/uNvPipe/unvpipe.gif" width="720" /><br />


Platforms
---------

- Windows 10
- NVIDIA GPU that supports NVENC/NVDEC APIs

Install
-------

- Unity Package
  - Download the latest .unitypackage from [Release page](https://github.com/hecomi/uNvPipe/releases).
- Git URL (UPM)
  - Add `https://github.com/hecomi/uNvPipe.git#upm` to Package Manager.
- Scoped Registry (UPM)
  - Add a scoped registry to your project.
    - URL: `https://registry.npmjs.com`
    - Scope: `com.hecomi`
  - Install uNvPipe in Package Manager.
