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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
Simulation is paused during dropdown selection in order to save on performance.