jp.keijiro.akvfx

1.0.4 • Public • Published

Akvfx

gif gif

Akvfx is a Unity plugin that captures color/depth data from an Azure Kinect device and converts them into attribute maps (textures) handy for using with Visual Effect Graph.

System Requirements

  • Unity 2019.3
  • Azure Kinect DK

See also the System Requirements page of Azure Kinect DK. Note that Akvfx doesn't support Linux at the moment.

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.akvfx": "1.0.4"

After changes, the manifest file should look like below:

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

Readme

Keywords

Package Sidebar

Install

npm i jp.keijiro.akvfx

Weekly Downloads

2,357

Version

1.0.4

License

SEE LICENSE IN LICENSE

Unpacked Size

1.11 MB

Total Files

43

Last publish

Collaborators

  • keijiro