Skip to content

CrowFX v1.0.0

Choose a tag to compare

@Luci0n Luci0n released this 19 Feb 17:46
0c2633b

v1.0.0 — Initial Release

First public release of CrowFX, a retro image effects stack for Unity's Built-in Render Pipeline.

Included Effects

  • Sampling & Grid — pixel size multiplier and virtual resolution stabilizer
  • Pre-Grade — exposure, contrast, gamma, saturation
  • Posterize — uniform and per-channel quantization with optional level animation
  • Palette — palette texture lookup with tonal curve
  • Dithering — ordered (2×2, 4×4, 8×8), noise, and blue noise
  • RGB Bleed — chromatic aberration with manual, radial, edge-gated, and smear modes
  • Channel Jitter — per-channel UV offset with sine, hash, and blue noise modes
  • Ghosting — weighted frame history composite
  • Edge Outline — depth-based edge detection
  • Unsharp Mask — sharpening with luma-only mode
  • Texture Mask — grayscale texture-based effect masking
  • Depth Mask — distance-based effect attenuation

Editor

  • Custom inspector with collapsible, searchable sections
  • Per-section reset and randomize
  • Favorites system — star sections to pin them to the top
  • Summary bar showing key active values at a glance

Notes

  • Tested on Unity 2022.3 with the Built-in Render Pipeline