jp.keijiro.kino.feedback.universal
v2.0.0
Published
Old school video feedback effect.
Downloads
79
Readme
KinoFeedbackURP
KinoFeedbackURP is a Unity package that provides old-school video feedback effects for Unity's Universal Render Pipeline as a custom renderer feature.
System requirements
- Unity 6.0 or newer
- Universal Render Pipeline
Installation
The KinoFeedbackURP package (jp.keijiro.kino.feedback.universal) can be
installed via the "Keijiro" scoped registry using Package Manager. To add the
registry to your project, please follow these instructions.
Setup
Add the "Feedback Renderer Feature" to an active URP renderer. Refer to the renderer feature documentation for detailed steps.
Add the "Feedback Controller" component to an active camera in a scene. The feedback effect is only applied to cameras that have this component.
You can configure the render pass event for each pass with the
Injection Pass Event and Capture Pass Event properties on the renderer
feature.
Design notes
- The feedback effect injects the previous frame's image by rendering a full-screen quad at the camera's far plane.
- As with any video feedback effect, the result heavily depends on the frame rate. Be aware that changes in frame rate will affect the appearance of the effect.
