File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
com.unity.render-pipelines.high-definition
Editor/Material/ShaderGraph Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
256256- Fixed issue with sky settings being ignored when using the recorder and path tracing (case 1340507).
257257- Fixed some resolution aliasing for physically based depth of field (case 1340551).
258258- Fixed an issue with resolution dependence for physically based depth of field.
259+ - Fixed the shader graph files that was still dirty after the first save (case 1342039).
259260
260261### Changed
261262- Changed Window/Render Pipeline/HD Render Pipeline Wizard to Window/Rendering/HDRP Wizard
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ public override void Setup(ref TargetSetupContext context)
113113 {
114114 Migrate ( ) ;
115115
116+ systemData . materialNeedsUpdateHash = ComputeMaterialNeedsUpdateHash ( ) ;
116117 context . AddAssetDependency ( kSourceCodeGuid , AssetCollection . Flags . SourceDependency ) ;
117118 context . AddAssetDependency ( subTargetAssetGuid , AssetCollection . Flags . SourceDependency ) ;
118119 var inspector = TargetsVFX ( ) ? VFXHDRPSubTarget . Inspector : customInspector ;
You can’t perform that action at this time.
0 commit comments