VfxGraphAi
6 tools in this family (folder Editor/Tools/VfxGraphAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
vfxgraph_apply_template | writes | Apply one of the bundled hand-tuned VFX Graph templates: fire | smoke | magic. |
vfxgraph_build_asset | writes | Materialize a Unity .vfx asset from a VfxGraphSpec. Validates first; refuses |
vfxgraph_describe_existing | read-only | Read an existing .vfx asset and return a human-readable summary |
vfxgraph_iterate | writes | Iterate on an existing VFX Graph. Takes a current VfxGraphSpec (or a path to |
vfxgraph_propose_from_prompt | read-only | Buril writes the VFX Graph. GPU-driven particles from text prompts. |
vfxgraph_validate_spec | read-only | Validate a VfxGraphSpec JSON object without writing any asset. |