UnityVJPostEffectTool icon indicating copy to clipboard operation
UnityVJPostEffectTool copied to clipboard

This is PostEffect package(HLSL Shader).

UnityVJPostEffectTool

GridFlashEffect

ZoomEffect

GlitchEffect

Description

This is PostEffect package(HLSL).

Containts

  • InvertColor
  • Zoom
  • RGBShift
  • Glitch
  • GridFlash
  • VerticalSymmetry
  • HorizontalSymmetry
  • Mosaic
  • Tile
  • FeedBack
  • SobelEdge

Usage

  1. Please see ExampleScene!

  2. PostEffectApply.cs attach camera

    • Select SwitchMode(in PostEffectApply).
  • HumanMode : A player can select effect myselef.
  • AutoMode : Effects are randomly selected every PostEffectApply.EffectSpan(in inspector).
  • Momentary-HumanMode is a player can select effect myselef, and effect returns default after the lapse of the effect time. You can material some EffectTime and other parameters in inspector.