Socket
Socket
Sign inDemoInstall

jp.keijiro.vfx-extra

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jp.keijiro.vfx-extra

Extra utilities for Visual Effect Graph


Version published
Weekly downloads
3.5K
decreased by-14.61%
Maintainers
1
Weekly downloads
 
Created
Source

VfxExtra

VfxExtra is a collection of utilities for Unity Visual Effect Graph.

At the moment, it only contains property/event binder classes for the new Input System.

screenshot

Property binders

VFXInputValueBinder -- Binds a value (axis, button pressure, etc.) of an InputAction to a VFX property.

VFXPlayerInputValueBinder -- Retrieves a value of an action from a PlayerInput and binds it to a VFX property.

Event binders

VFXInputEventBinder -- Sends a VFX event on an InputAction.

VFXPlayerInputEventBinder -- Receives an action from a PlayerInput and sends a VFX event.

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.vfx-extra": "1.0.0"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.vfx-extra": "1.0.0",
    ...

Keywords

FAQs

Package last updated on 10 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc