vfx-graph-shuriken

Create and manage Unity visual effects with VFX Graph and Shuriken.

71|11|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/nlelouche/Unity-SkillForge --skill vfx-graph-shuriken-nlelouche
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vfx-graph-shuriken
Source: https://github.com/nlelouche/Unity-SkillForge/tree/main/.agent/skills/04-visuals-audio/vfx-graph-shuriken
Command: npx skills add https://github.com/nlelouche/Unity-SkillForge --skill vfx-graph-shuriken-nlelouche

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps developers create and manage visual effects in Unity, leveraging both the GPU-powered VFX Graph and the CPU-based Shuriken Particle System.

Core Features & Use Cases

  • VFX Creation: Design and implement particle effects like explosions, fire, smoke, magic spells, and ambient effects.
  • System Comparison: Understand the trade-offs between Shuriken (CPU) and VFX Graph (GPU) for different scenarios.
  • Performance Optimization: Apply best practices and performance tips to ensure effects run smoothly.
  • Use Case: Quickly generate an explosion effect for a game impact or create a persistent rain effect for an environment.

Quick Start

Use the vfx-graph-shuriken skill to create an explosion effect with a burst emission and orange to black color over lifetime.

Frequently Asked Questions about vfx-graph-shuriken

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

FAQPage Schema
How do I create particle effects like explosions and fire in Unity?

To create particle effects like explosions and fire in Unity, you can use either the VFX Graph for GPU-powered visuals or the Shuriken system for CPU-based particles. Both support diverse effects including smoke, magic, and ambient particles.

When should I use VFX Graph versus the Shuriken Particle System in Unity?

Use VFX Graph versus the Shuriken Particle System in Unity based on your performance needs: VFX Graph uses GPU processing for complex, large-scale effects, while Shuriken uses CPU processing for simpler, standard particle interactions. The Skill provides guidance on comparing these trade-offs.

Does Unity VFX Graph work with any render pipeline?

Yes, Unity VFX Graph works with any render pipeline. Creating and managing visual effects using either VFX Graph or Shuriken requires Unity version 6.0 or higher, ensuring compatibility across your project's chosen rendering setup.

What are the best practices for optimizing Unity particle performance?

Best practices for optimizing Unity particle performance involve applying specific tips provided by the Skill to ensure effects run smoothly. This includes choosing between VFX Graph and Shuriken based on your project's performance requirements and effect complexity.

Can I generate a burst emission explosion effect with color over lifetime in Unity?

Yes, you can generate a burst emission explosion effect with color over lifetime in Unity. The Skill facilitates creating this by configuring a burst emission with an orange to black color transition over the particle's lifetime.

What types of ambient particle effects can I build for a Unity environment?

You can build ambient particle effects for a Unity environment such as persistent rain. The Skill facilitates generating diverse visual effects including ambient particles, smoke, and magic spells using either VFX Graph or the Shuriken system.