Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions com.unity.render-pipelines.universal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [10.8.0] - 2021-09-20

### Fixed
- Fixed ShaderGraph needing updated normals for ShadowCaster in URP.
- Fixed memory leak with XR combined occlusion meshes. [case 1366173]

## [10.7.0] - 2021-07-02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ static class CoreRequiredFields
{
public static readonly FieldCollection ShadowCaster = new FieldCollection()
{
StructFields.Attributes.normalOS,
StructFields.Varyings.normalWS,
};
}
#endregion
Expand Down Expand Up @@ -845,4 +845,4 @@ static class CoreFields
public static readonly FieldDescriptor UseLegacySpriteBlocks = new FieldDescriptor("Universal", "UseLegacySpriteBlocks", "UNIVERSAL_USELEGACYSPRITEBLOCKS");
}
#endregion
}
}