2.0.0 • Published 1 month ago

jp.keijiro.vfxgraphassets v2.0.0

Weekly downloads
796
License
Unlicense
Repository
-
Last release
1 month ago

VfxGraphAssets

Basic asset collection for Unity VFX Graph

System requirements

  • Unity 2020.2 or later
  • HDRP 10.0 or later

How to install the package

This package uses the scoped registry feature to import dependent packages. Please add the following sections to the package 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.vfxgraphassets": "1.0.10"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.vfxgraphassets": "1.0.10",
...
2.0.0

1 month ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago