Search Issue Tracker
Fixed in 9.0.0-preview.1
Votes
0
Found in [Package]
7.1.7, 7.1.6, 7.1.5, 7.1.1
Issue ID
1211954
Regression
Yes
[URP] Values in RendererFeatures hides on decreasing the height by superimposing other windows
Values in RendererFeatures hides on decreasing the height by superimposing other windows
Steps to Reproduce:
1. Create a new 3D template project
2. Install Window > Package Manager >URP package
3. Project > right-click > Create > Rendering > UniversalRenderPipeline > Pipeline Asset (Forward Renderer)
4. ProjectSettings > Graphics > Assign URP Pipeline Asset
5. Create UniversalRenderPipelineAsset_Renderer > Renderer Features > "+" > Renderer Objects
6. Add any Window (ex. Console) under Inspector window
7. Enter Playmode
8. Decreasing the height of the Inspector window by superimposing other windows
9. if does not repro, Exit Playmode, repeat step 8
Expected Result:
Values in Renderer Features should not hide
Actual Result:
Values in Renderer Features hides
Reproducible on: 2020.1.0a19, 2020.1.0a7, 2019.3.0f6, 2019.3.0b4
Reproducible URP Package version : 7.1.7, 7.1.6, 7.1.5, 7.1.2, 7.1.1
Note: UniversalRenderPipelineAsset_Renderer has been introduced in 7.1.1
Environment: Windows 10 and Mac 10.14
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Packman: The same asset data is displayed differently in "Import" and "Remove" popups
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
Resolution Note (fix version 9.0.0-preview.1):
Issue resolved by moving away from ReorderableList and implementing a list more like the one found on Volume Profiles