File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Outline.Core/Packages/UnityFx.Outline
Outline.URP/Packages/UnityFx.Outline.URP Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) ; this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- ## [ 0.8.2] - unreleased
6
+ ## [ 0.8.2] - 2020.11.10
7
7
8
8
[ URP] ( https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@8.1/manual/index.html ) per-layer outlines and misc improvements.
9
9
Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) ; this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 0.8.2] - 2020.11.10
7
+
8
+ Misc improvements.
9
+
10
+ ### Added
11
+ - Added support for Single Pass Instanced XR rendering for built-in render pipeline ([ #13 ] ( https://github.com/Arvtesh/UnityFx.Outline/issues/13 ) ).
12
+
13
+ ### Changed
14
+ - Misc inspector improvements.
15
+
6
16
## [ 0.8.1] - 2020.09.21
7
17
8
18
Alpha test support, bugfixes and misc improvements.
Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) ; this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 0.2.0] - 2020.11.10
7
+
8
+ ### Added
9
+ - Added URP-specific shader versions.
10
+ - Added URP layer-based outline rendering ([ #9 ] ( https://github.com/Arvtesh/UnityFx.Outline/issues/9 ) ).
11
+ - Added support for URP Single Pass Instanced XR rendering ([ #13 ] ( https://github.com/Arvtesh/UnityFx.Outline/issues/13 ) ).
12
+
13
+ ### Fixed
14
+ - Fixed URP outlines rendering issue in Unity 2020.2 ([ #21 ] ( https://github.com/Arvtesh/UnityFx.Outline/issues/21 ) ).
15
+
6
16
## [ 0.1.0] - 2020.05.30
7
17
8
18
### Added
You can’t perform that action at this time.
0 commit comments