You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
"description": "The Visual Effect Graph is a node based visual effect editor. It allows you to author next generation visual effects that Unity simulates directly on the GPU. The Visual Effect Graph is production-ready for the High Definition Render Pipeline and runs on all platforms supported by it. Full support for the Universal Render Pipeline and compatible mobile devices is still in development.",
"keywords": [
"vfx",
"visualeffect",
"graph",
"effect",
"particles"
],
"dependencies": {
"com.unity.shadergraph": "11.0.0",
"com.unity.render-pipelines.core": "11.0.0"
},
"samples": [
{
"displayName": "VisualEffectGraph Additions",
"description": "Additional Assets for use with Visual Effect Graph",
"path": "Samples~/VFXGraphAdditions"
},
{
"displayName": "OutputEvent Helpers",
"description": "Additional Helper Scripts that intercept Output Events and interact with Game Objects",