All Projects → keijiro → Smrvfx

keijiro / Smrvfx

Licence: unlicense
An example that shows how to pass data from a skinned mesh renderer to a visual effect graph.

Projects that are alternatives of or similar to Smrvfx

Vfxminisexamples
Unity examples showing how to control VFX graphs with MIDI devices
Stars: ✭ 122 (-79.29%)
Mutual labels:  unity, unity3d, vfx
Vfxpyro
Fireworks particle effect with Unity VFX Graph
Stars: ✭ 181 (-69.27%)
Mutual labels:  unity, unity3d, vfx
Rcam
Real time volumetric video capture for live visuals
Stars: ✭ 128 (-78.27%)
Mutual labels:  unity, unity3d, vfx
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+118.51%)
Mutual labels:  unity, unity3d, vfx
Rsvfx
An example that shows how to connect RealSense depth camera to Unity VFX Graph
Stars: ✭ 541 (-8.15%)
Mutual labels:  unity, unity3d, vfx
Proccharvfx
Procedural character generation with Unity Shader Graph and VFX Graph
Stars: ✭ 114 (-80.65%)
Mutual labels:  unity, unity3d, vfx
Geovfx
Examples of geographical data visualization with Unity VFX Graph
Stars: ✭ 179 (-69.61%)
Mutual labels:  unity, unity3d, vfx
4dviewstest
4DViews volumetric video + Unity
Stars: ✭ 71 (-87.95%)
Mutual labels:  unity, unity3d, vfx
Akvfx
Azure Kinect plugin for Unity VFX Graph
Stars: ✭ 366 (-37.86%)
Mutual labels:  unity, unity3d, vfx
Laspvfx
Audio reactive Unity VFX with LASP
Stars: ✭ 337 (-42.78%)
Mutual labels:  unity, unity3d, vfx
Unity Abstract Wire
Unity Abstract Wires Effect
Stars: ✭ 83 (-85.91%)
Mutual labels:  unity, unity3d, vfx
Hdrpvatexample
VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
Stars: ✭ 401 (-31.92%)
Mutual labels:  unity, unity3d, vfx
Akvj
Demo project for Akvfx (Azure Kinect plugin for Unity)
Stars: ✭ 79 (-86.59%)
Mutual labels:  unity, unity3d, vfx
Pcxeffects3
Unity VFX with point cloud
Stars: ✭ 121 (-79.46%)
Mutual labels:  unity, unity3d, vfx
Dkvfxsketches
VFX sketches with Depthkit and Unity
Stars: ✭ 74 (-87.44%)
Mutual labels:  unity, unity3d, vfx
Dkvfx
An example that shows how to use recorded Depthkit footage with Unity VFX Graph
Stars: ✭ 162 (-72.5%)
Mutual labels:  unity, unity3d, vfx
Grubo
Audio visual experience with Roland Groovebox MC-101 and the Unity game engine
Stars: ✭ 41 (-93.04%)
Mutual labels:  unity, unity3d, vfx
Vfxgraphtestbed
My testbed for Unity VFX Graph
Stars: ✭ 209 (-64.52%)
Mutual labels:  unity, unity3d, vfx
Vectorfieldexamples
Unity VFX Graph examples with vector fields
Stars: ✭ 370 (-37.18%)
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 (-31.92%)
Mutual labels:  unity, unity3d, vfx

Smrvfx

gif gif

Smrvfx is a Unity sample project that shows how to use an animated skinned mesh as a particle source in a visual effect graph.

System Requirements

  • Unity 2020.1

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.smrvfx": "1.1.6"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.smrvfx": "1.1.6",
...
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].