Search Issue Tracker
Fixed
Fixed in 2023.1.X, 2023.1.0a17
Votes
0
Found in
2023.1.0a3
Issue ID
UUM-17549
Regression
Yes
[HDRP][Water] `Annotation not found` logged when selecting object with Water Component
Steps to reproduce:
- Open a new HDRP project
- Enable Water in Project Settings>Quality>HDRP>Rendering>Water
- Enable Water in Project Settings>Graphics>HDRP Global Settings>Frame Settings (Default Values)>Camera>Rendering>Water
- Create a Volume by going to Game Object>Volume>Global Volume
- Add a Water Rendering override to the Volume from step 4
- Create a Water Surface by going to Game Object>Water Surface>Ocean Sea or Lake
- Select the new Ocean object and observe the logs
Expected result: if a message has to be logged in this case, it should inform about where the problem is coming from. If no, there should be no message.
Actual result: two log lines are printed each time something containing the Water Surface component is selected
{quote}Warning: Annotation not found!
UnityEditor.InspectorWindow:RedrawFromNative ()
Warning: Annotation not found!
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
{quote}
Reproducible with: 2023.1.0a3. 2023.1.0a16
Not reproducible with: 2023.1.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment