All Projects → keijiro → Dkvfx

keijiro / Dkvfx

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

Projects that are alternatives of or similar to Dkvfx

Akvj
Demo project for Akvfx (Azure Kinect plugin for Unity)
Stars: ✭ 79 (-51.23%)
Mutual labels:  unity, unity3d, vfx, kinect
Akvfx
Azure Kinect plugin for Unity VFX Graph
Stars: ✭ 366 (+125.93%)
Mutual labels:  unity, unity3d, vfx, kinect
Smrvfx
An example that shows how to pass data from a skinned mesh renderer to a visual effect graph.
Stars: ✭ 589 (+263.58%)
Mutual labels:  unity, unity3d, vfx
4dviewstest
4DViews volumetric video + Unity
Stars: ✭ 71 (-56.17%)
Mutual labels:  unity, unity3d, vfx
Dkvfxsketches
VFX sketches with Depthkit and Unity
Stars: ✭ 74 (-54.32%)
Mutual labels:  unity, unity3d, vfx
Hdrpvatexample
VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
Stars: ✭ 401 (+147.53%)
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 (+147.53%)
Mutual labels:  unity, unity3d, vfx
Grubo
Audio visual experience with Roland Groovebox MC-101 and the Unity game engine
Stars: ✭ 41 (-74.69%)
Mutual labels:  unity, unity3d, vfx
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+694.44%)
Mutual labels:  unity, unity3d, vfx
Proccharvfx
Procedural character generation with Unity Shader Graph and VFX Graph
Stars: ✭ 114 (-29.63%)
Mutual labels:  unity, unity3d, vfx
Pcxeffects3
Unity VFX with point cloud
Stars: ✭ 121 (-25.31%)
Mutual labels:  unity, unity3d, vfx
Vectorfieldexamples
Unity VFX Graph examples with vector fields
Stars: ✭ 370 (+128.4%)
Mutual labels:  unity, unity3d, vfx
Rcam
Real time volumetric video capture for live visuals
Stars: ✭ 128 (-20.99%)
Mutual labels:  unity, unity3d, vfx
Rsvfx
An example that shows how to connect RealSense depth camera to Unity VFX Graph
Stars: ✭ 541 (+233.95%)
Mutual labels:  unity, unity3d, vfx
Laspvfx
Audio reactive Unity VFX with LASP
Stars: ✭ 337 (+108.02%)
Mutual labels:  unity, unity3d, vfx
Vfxgraphtestbed
My testbed for Unity VFX Graph
Stars: ✭ 209 (+29.01%)
Mutual labels:  unity, unity3d, vfx
Geovfx
Examples of geographical data visualization with Unity VFX Graph
Stars: ✭ 179 (+10.49%)
Mutual labels:  unity, unity3d, vfx
Vfxpyro
Fireworks particle effect with Unity VFX Graph
Stars: ✭ 181 (+11.73%)
Mutual labels:  unity, unity3d, vfx
Unity Abstract Wire
Unity Abstract Wires Effect
Stars: ✭ 83 (-48.77%)
Mutual labels:  unity, unity3d, vfx
Vfxminisexamples
Unity examples showing how to control VFX graphs with MIDI devices
Stars: ✭ 122 (-24.69%)
Mutual labels:  unity, unity3d, vfx

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