jp.keijiro.vfxgraphassets

2.1.1 • Public • Published

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

/jp.keijiro.vfxgraphassets/

    Package Sidebar

    Install

    npm i jp.keijiro.vfxgraphassets

    Weekly Downloads

    4,426

    Version

    2.1.1

    License

    Unlicense

    Unpacked Size

    2.61 MB

    Total Files

    112

    Last publish

    Collaborators

    • keijiro