Search Issue Tracker
By Design
Votes
0
Found in
6000.0.48f1
6000.1.0f1
6000.2.0a9
Issue ID
UUM-104400
Regression
No
Water in HDRP Sample Scene Freezes When Selecting Dropdown in Inspector
Steps to reproduce:
- Create a new HDRP project
- Import Water Samples from the HDRP package samples
- Enable Water in the Quality > HDRP > Water
- Open a sample scene (e.g., "Rain")
- In the Hierarchy, click on the "Ocean" GameObject
- In the Inspector, select and expand a dropdown
- Observe the water behaviour in the Scene View
\\
Actual results: The water freezes/pauses when a dropdown is selected in the Inspector
Expected results: The water should continue moving even when a dropdown is expanded, similar to the behaviour seen when interacting with checkboxes and sliders
\\
Reproducible with versions: 6000.0.48f1, 6000.1.0f1, 6000.2.0a9
\\
Tested on (OS): Ubuntu 24
Notes: This behaviour is inconsistent with other Inspector UI elements; water should not pause unless a scene-affecting change is triggered
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Simulation is paused during dropdown selection in order to save on performance.