# mob-sakai/ParticleEffectForUGUI

Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.

Repository: https://github.com/mob-sakai/ParticleEffectForUGUI
Canonical: https://ross.abutalabs.com/products/particleeffectforugui
Language: C#
License: MIT
License Family: permissive
Topics: unity, unity3d, ugui, ui, particle, effects, component, particle-system
Last push: 2026-07-04T06:00:57+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 91, longevity 100
- inputs: {"age_days": 2994, "days_push": 60, "days_rel": 60, "gap_med": 16, "n_releases_24m": 20}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5967, forks 762 (observed 2026-08-28T04:09:33.808267+00:00)

## What it is
A Unity package that renders ParticleSystem effects directly within UnityUI (uGUI) via CanvasRenderer, without needing extra Camera, RenderTexture, or Canvas. Particles become maskable, sortable UI elements using Unity 2018.2+ MeshBake APIs.

## Use cases
- render particle effects inside uGUI canvas
- mask UI particle effects with Mask or RectMask2D
- sort particles with other UI elements
- add particle effects to UI without extra camera or render texture
- attract particles to a UI position
- preview particle systems in the editor

## When to choose
- you need particle effects integrated into Unity UI hierarchy
- you want particles masked or sorted like normal UI elements
- you want to avoid RenderTexture/camera overhead for UI particles

## When to avoid
- your project targets Unity versions older than 2018.2
- you need 3D world-space particles rather than UI-space effects

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, graphics, animation
- domain: graphics, frontend
- platform: game-engine, cross-platform
- tags: unity, ugui, particle-system, ui-effects, csharp, openupm, game-development

## Member repositories
- mob-sakai/ParticleEffectForUGUI (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:33.808267+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:50:09.576378+00:00, confidence not recorded.
  - readme: https://github.com/mob-sakai/ParticleEffectForUGUI (fetched 2026-08-28T04:09:33.808267+00:00, sha d1690f83cb34)
- Data as of 2026-08-30T08:39:29.467469+00:00.
