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
Added subshadergraphs for SpeedTree 8 shadergraph support: SpeedTree8Wind, SpeedTree8ColorAlpha, SpeedTree8Billboard.
Added an HLSL file implementing a version of the Unity core LODDitheringTransition function which can be used in a Shader Graph\
Added View Vector Node doc
Changed
Only ShaderGraph keywords count towards the shader permutation variant limit, SubGraph keywords do not.
Fixed
Updated/corrected View Direction doc
Fixed an issue where horizontal scrollbars in graph sub windows could not have their lower scroll button used due to being overlapped by the resize handles [1320993]
Fixed an issue where nodes with ports on one side would appear incorrectly on creation [1262050]
Fixed a broken link in the TOC to Main Preview
Fixed an issue with the Gradient color picker displaying different values than the selected color.
Fixed an issue where blackboard properties when dragged wouldn't scroll the list of properties to show the user more of the property list [1293632]
Fixed an issue where, when blackboard properties were dragged and then the user hit the "Escape" key, the drag indicator would still be visible
Fixed an issue where renaming blackboard properties through the Blackboard wouldn't actually change the underlying property name
Fixed an issue where blackboard wasn't resizable from all directions like the Inspector and Main Preview
Fixed an issue where deleting a property node while your mouse is over it leaves the property highlighted in the blackboard [1238635]
Fixed an issue where Float/Vector1 properties did not have the ability to be edited using a slider in the Inspector like the other Vector types
Fixed an issue with the Gradient color picker displaying different values than the selected color.
Fixed an issue with inactive node deletion throwing a superfluous exception.
Fixed an issue on upgrading graphs with inactive Master Nodes causing null ref errors. 1298867
Fixed the ViewDirection Node in Tangent space's calculation to match how the transform node works.