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
10 changes: 5 additions & 5 deletions com.unity.render-pipelines.core/Editor/LookDev/DisplayWindow.uss
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@

.showEnvironmentPanel > #environmentContainer
{
width: 249px;
width: 255px;
visibility: visible;
}

.showDebugPanel > #debugContainer
{
width: 250px; /*219px;*/
width: 256px; /*219px;*/
visibility: visible;
}

Expand Down Expand Up @@ -322,9 +322,9 @@ MultipleSourcePopupField > MultipleDifferentValue:hover

#tabsRadio
{
width: 250px;
min-width: 250px;
max-width: 250px;
width: 256px;
min-width: 256px;
max-width: 256px;
flex: 1;
flex-direction: row;
-unity-text-align: middle-center;
Expand Down
1 change: 1 addition & 0 deletions com.unity.render-pipelines.high-definition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed issue with PCSS filter being wrong on first frame.
- Fixed issue with emissive mesh for area light not appearing in playmode if Reload Scene option is disabled in Enter Playmode Settings.
- Fixed issue when Reflection Probes are set to OnEnable and are never rendered if the probe is enabled when the camera is farther than the probe fade distance.
- Fixed issue with sun icon being clipped in the look dev window.

### Changed
- Improve MIP selection for decals on Transparents
Expand Down