vfx-graph-shuriken

Unify Unity VFX Graph and Shuriken particle systems with runtime templates.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Criezzz/Gametopia2026 --skill vfx-graph-shuriken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vfx-graph-shuriken
Source: https://github.com/Criezzz/Gametopia2026/tree/main/.agent/skills/vfx-graph-shuriken
Command: npx skills add https://github.com/Criezzz/Gametopia2026 --skill vfx-graph-shuriken

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Unity teams often juggle between GPU-based VFX Graphs and CPU-based Shuriken systems to achieve high-fidelity particle effects. This Skill provides a unified approach with templates, runtime controllers, and code scaffolds to streamline creation, iteration, and reuse across projects.

Core Features & Use Cases

  • Unified workflow that combines VFX Graph (GPU) and Shuriken (CPU) for complex particle effects
  • Runtime templates and controllers to spawn, stop, and customize effects in real-time
  • Example-driven guidance for explosions, trails, smoke, fire, rain, and ambient particles

Quick Start

Create a new explosion-like effect by wiring a VFX Graph spawn context to a Shuriken emitter and preview it in the scene.

Frequently Asked Questions about vfx-graph-shuriken

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I combine VFX Graph and Shuriken particle systems in Unity?

You can unify VFX Graph and Shuriken particle systems in Unity by wiring GPU-based VFX Graph spawn contexts to CPU-based Shuriken emitters, using runtime templates and controllers to manage complex effects.

What is the best way to create high-fidelity particle effects for explosions and magic trails?

The best way to create high-fidelity particle effects like explosions and magic trails is using a dual-system workflow that combines VFX Graph and Shuriken with example-driven templates and runtime controllers.

When should I use Unity VFX Graph instead of Shuriken for particle effects?

Use Unity VFX Graph for GPU-based high-fidelity particle effects requiring massive counts, while Shuriken handles CPU-based logic, allowing a dual-system workflow to leverage both for complex game scenes.

Can I use VFX Graph and Shuriken together for UI feedback and ambient particles?

Yes, you can use VFX Graph and Shuriken together for UI feedback and environmental ambient particles by applying a unified workflow with runtime controllers and code scaffolds to spawn effects in real-time.

How do I spawn and stop particle effects in real-time across game scenes?

To spawn and stop particle effects in real-time across game scenes, utilize runtime templates and controllers that provide code scaffolds for managing VFX Graph and Shuriken emitters during gameplay.