Dkvfx Save

An example that shows how to use recorded Depthkit footage with Unity VFX Graph

Project README

Dkvfx

Screenshot

This is a Unity sample project that shows how to integrate a volumetric video recorded with Depthkit to a Visual Effect Graph.

This project requires Unity 2019.3.

How To Install

This package uses the scoped registry feature to resolve package dependencies. Please add the following sections to the manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "Keijiro",
  "url": "https://registry.npmjs.com",
  "scopes": [ "jp.keijiro" ]
}

To the dependencies section:

"jp.keijiro.dkvfx": "0.1.2"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.dkvfx": "0.1.2",
...
Open Source Agenda is not affiliated with "Dkvfx" Project. README Source: keijiro/Dkvfx
Stars
228
Open Issues
4
Last Commit
2 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating