This repository was archived by the owner on Nov 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this package will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.0.3-preview] - 2018-03-13
8+
9+ ### Fixed
10+ - Disabled debug compute shaders on OpenGL ES3 to avoid crashes on a lot of Android devices.
11+ - NullReferenceException while mixing volumes and global volumes. ([ 498] ( https://github.com/Unity-Technologies/PostProcessing/issues/498 ) )
12+
13+ ### Changed
14+ - Improved performances when blending between identical textures.
15+
716## [ 2.0.2-preview] - 2018-03-07
817
9- ### This is the first release of * PostProcessing* .
18+ This is the first release of * PostProcessing* .
Original file line number Diff line number Diff line change 11{
22 "name" : " com.unity.postprocessing" ,
3- "version" : " 2.0.2 -preview" ,
3+ "version" : " 2.0.3 -preview" ,
44 "unity" : " 2018.1" ,
55 "description" : " Unity postprocessing" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments