You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.render-pipelines.universal/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
25
25
- Fixed an issue where Scene objects might be incorrectly affected by 2D Lights from a previous Sorting Layer.
26
26
- Fixed an issue where errors would appear in the Console when entering Play Mode with a 2D Light selected in the Hierarchy. [Case 1226918](https://issuetracker.unity3d.com/issues/errors-appear-in-the-console-when-global-2d-light-is-selected-in-hierarchy)
27
27
28
-
## [8.0.1] - 2020-05-25
28
+
## [8.0.1] - 2020-02-25
29
29
30
30
Version Updated
31
31
The version number for this package has increased due to a version update of a related graphics package.
32
32
33
-
## [8.0.0] - 2020-05-25
33
+
## [8.0.0] - 2020-02-25
34
34
### Added
35
35
- Added the option to strip Terrain hole Shader variants.
36
36
- Added support for additional Directional Lights. The amount of additional Directional Lights is limited by the maximum Per-object Lights in the Render Pipeline Asset.
Copy file name to clipboardExpand all lines: com.unity.shadergraph/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23
23
- Fixed an issue where you could not select a custom mesh for the master preview [1205791](https://issuetracker.unity3d.com/product/unity/issues/guid/1205791/)
24
24
- Fixed NaN issue in triplanar SG node when blend goes to 0.
25
25
26
-
## [8.0.1] - 2020-05-25
26
+
## [8.0.1] - 2020-02-25
27
27
28
28
### Fixed
29
29
- Fixed a bug where fog density node always returns 0 in the shader preview window when connected to an Unlit Master node.
30
30
31
-
## [8.0.0] - 2020-05-25
31
+
## [8.0.0] - 2020-02-25
32
32
33
33
### Added
34
34
- Added samples for Procedural Patterns to the package.
Copy file name to clipboardExpand all lines: com.unity.visualeffectgraph/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [8.1.0] - 2020-04-21
8
8
9
+
### Fixed
9
10
- renamed soft particle fade distance, made attributes adding text, add in tooltip not label
10
11
- Fix for nesting of VFXSubgraphContexts
11
12
- Runtime compilation now compiles correctly when constant folding several texture ports that reference the same texture [Case 1193602](https://issuetracker.unity3d.com/issues/output-shader-errors-when-compiling-the-runtime-shader-of-a-lit-output-with-exposed-but-unassigned-additional-maps)
@@ -19,12 +20,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19
20
- Fix space issues with blocks and operators taking a camera as input
20
21
- Generated shaderName are now consistent with displayed system names
21
22
22
-
## [8.0.1] - 2020-05-25
23
+
## [8.0.1] - 2020-02-25
23
24
24
25
Version Updated
25
26
The version number for this package has increased due to a version update of a related graphics package.
0 commit comments