ParticleSystemAi
6 tools in this family (folder Editor/Tools/ParticleSystemAi/ 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 |
|---|---|---|
particleai_apply_template | writes | Apply one of the bundled hand-tuned ParticleSystem templates: |
particleai_describe_existing | read-only | Inspect an existing ParticleSystem and return a spec-shaped JSON summary |
particleai_generate_from_prompt | writes | Generate a Unity ParticleSystem GameObject from a natural-language prompt |
particleai_generate_prefab | writes | Generate a Unity ParticleSystem from a prompt and save it as a Prefab asset. |
particleai_iterate | writes | Iterate on an existing ParticleSystem in the scene. Reads the current spec, |
particleai_validate_spec | read-only | Validate a candidate ParticleSystemSpec without building anything. |