All Projects → keijiro → Akvfx

keijiro / Akvfx

Licence: other
Azure Kinect plugin for Unity VFX Graph

Projects that are alternatives of or similar to Akvfx

Dkvfx
An example that shows how to use recorded Depthkit footage with Unity VFX Graph
Stars: ✭ 162 (-55.74%)
Mutual labels:  unity, unity3d, vfx, kinect
Akvj
Demo project for Akvfx (Azure Kinect plugin for Unity)
Stars: ✭ 79 (-78.42%)
Mutual labels:  unity, unity3d, vfx, kinect
Unity Abstract Wire
Unity Abstract Wires Effect
Stars: ✭ 83 (-77.32%)
Mutual labels:  unity, unity3d, vfx
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+251.64%)
Mutual labels:  unity, unity3d, vfx
Vfxminisexamples
Unity examples showing how to control VFX graphs with MIDI devices
Stars: ✭ 122 (-66.67%)
Mutual labels:  unity, unity3d, vfx
4dviewstest
4DViews volumetric video + Unity
Stars: ✭ 71 (-80.6%)
Mutual labels:  unity, unity3d, vfx
Dkvfxsketches
VFX sketches with Depthkit and Unity
Stars: ✭ 74 (-79.78%)
Mutual labels:  unity, unity3d, vfx
Pcxeffects3
Unity VFX with point cloud
Stars: ✭ 121 (-66.94%)
Mutual labels:  unity, unity3d, vfx
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (+9.56%)
Mutual labels:  unity, unity3d, vfx
Kinect Vfx Graph
Use Kinect's depth feed with Unity's VFX Graph
Stars: ✭ 163 (-55.46%)
Mutual labels:  unity, unity3d, kinect
Laspvfx
Audio reactive Unity VFX with LASP
Stars: ✭ 337 (-7.92%)
Mutual labels:  unity, unity3d, vfx
Grubo
Audio visual experience with Roland Groovebox MC-101 and the Unity game engine
Stars: ✭ 41 (-88.8%)
Mutual labels:  unity, unity3d, vfx
Smrvfx
An example that shows how to pass data from a skinned mesh renderer to a visual effect graph.
Stars: ✭ 589 (+60.93%)
Mutual labels:  unity, unity3d, vfx
Vfxpyro
Fireworks particle effect with Unity VFX Graph
Stars: ✭ 181 (-50.55%)
Mutual labels:  unity, unity3d, vfx
Rsvfx
An example that shows how to connect RealSense depth camera to Unity VFX Graph
Stars: ✭ 541 (+47.81%)
Mutual labels:  unity, unity3d, vfx
Proccharvfx
Procedural character generation with Unity Shader Graph and VFX Graph
Stars: ✭ 114 (-68.85%)
Mutual labels:  unity, unity3d, vfx
Vectorfieldexamples
Unity VFX Graph examples with vector fields
Stars: ✭ 370 (+1.09%)
Mutual labels:  unity, unity3d, vfx
Hdrpvatexample
VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
Stars: ✭ 401 (+9.56%)
Mutual labels:  unity, unity3d, vfx
Rcam
Real time volumetric video capture for live visuals
Stars: ✭ 128 (-65.03%)
Mutual labels:  unity, unity3d, vfx
Geovfx
Examples of geographical data visualization with Unity VFX Graph
Stars: ✭ 179 (-51.09%)
Mutual labels:  unity, unity3d, vfx

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": "Unity NuGet",
  "url": "https://unitynuget-registry.azurewebsites.net",
  "scopes": [ "org.nuget" ]
},
{
  "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": "Unity NuGet",
      "url": "https://unitynuget-registry.azurewebsites.net",
      "scopes": [ "org.nuget" ]
    },
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.akvfx": "1.0.4",
    ...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].