Socket
Socket
Sign inDemoInstall

jp.keijiro.akvfx

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jp.keijiro.akvfx

Azure Kinect plugin for Unity VFX Graph


Version published
Weekly downloads
3.6K
increased by0.53%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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",
    ...

Keywords

FAQs

Last updated on 20 Nov 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc