Skip to content

Commit 7649490

Browse files
Version and link to U6.7
1 parent c709243 commit 7649490

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

com.unity.postprocessing/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [4.0.0] - 2026-06-01
7+
## [3.6.0] - 2026-06-01
88

99
### Deprecated
1010
- **The entire `com.unity.postprocessing` package is now deprecated and no longer actively developed.**

com.unity.postprocessing/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "com.unity.postprocessing",
3-
"version": "4.0.0",
3+
"version": "3.6.0",
44
"displayName": "Post Processing",
5-
"unity": "2019.4",
6-
"unityRelease": "19f1",
7-
"deprecated": "Post Processing Stack v2 is deprecated and no longer actively developed. For URP and HDRP projects, use the integrated post-processing via the Volume framework. For Built-in Render Pipeline projects, consider migrating to URP. See https://docs.unity3d.com/Manual/PostProcessingOverview.html for migration guidance.",
8-
"description": "[DEPRECATED] The post-processing stack (v2) comes with a collection of effects and image filters you can apply to your cameras to improve the visuals of your games. This package is deprecated - use URP/HDRP Volume-based post-processing instead.",
5+
"unity": "6000.7",
6+
"unityRelease": "0a2",
7+
"description": "The post-processing stack (v2) comes with a collection of effects and image filters you can apply to your cameras to improve the visuals of your games. This package is deprecated for use in URP/HDRP, please use the Volume-based post-processing instead.",
98
"dependencies": {
109
"com.unity.modules.physics": "1.0.0",
1110
"com.unity.modules.imgui": "1.0.0"

0 commit comments

Comments
 (0)