1.1.6 • Published 3 years ago

jp.keijiro.smrvfx v1.1.6

Weekly downloads
4,795
License
Unlicense
Repository
github
Last release
3 years ago

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

3 years ago

1.1.5

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago