Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0] - 2021-01-24

Added

  • Added support for URP's ScriptableRenderPassInput to pick which scene textures are needed for each effect.

Removed

  • Removed the scene normal texture renderer feature since it is no longer needed with URP 10.

[1.1.0] - 2021-01-23

Added

  • Added a Scene Transparent Depth PrePass.

Changed

  • Gradient Fog can now be used before or after the transparent pass.

Fixed

  • Fixed after image popping on leaving the volume by changing the default time scale to 0.
  • Fixed scene shifting on the screen to the left with the Glitch effect.
  • Removed some visual artifacts from Edge Detection by making the depth threshold relative to the center pixel depth.

[1.0.0] - 2020-09-17

Added

  • Added the main functionality for custom post-processing as renderer future for URP.
  • Added a scene normal texture renderer feature as a temporary workaround till URP 10 is out.
  • Added a shader include file to facilitate creating post process shaders.