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
2 changes: 1 addition & 1 deletion com.unity.render-pipelines.universal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed
- Fixed an issue where 2D Renderer was generating garbage in editor.

- Fixed multi-edit for UniversalRenderPipelineAsset.

## [7.7.0] - 2021-04-28

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace UnityEditor.Rendering.Universal
{
[CustomEditor(typeof(UniversalRenderPipelineAsset))]
[CustomEditor(typeof(UniversalRenderPipelineAsset)), CanEditMultipleObjects]
[MovedFrom("UnityEditor.Rendering.LWRP")] public class UniversalRenderPipelineAssetEditor : Editor
{
internal class Styles
Expand Down