Search Issue Tracker
Fixed in 2022.3.11f1
Fixed in 2022.3.X, 2023.2.X, 2023.3.X, 2023.3.0a6
Votes
0
Found in
2022.3.9f1
2023.2.0b4
2023.3.0a1
Issue ID
UUM-46256
Regression
Yes
[HDRP] Error spam when assigning invalid custom material to a water component
If you assign an invalid custom material to a water component, the console will get sapmmed with errors similar to the following:
{code:java}
Trying to access pass -1, but material 'x' subshader (0) has only y valid passes.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) {code}
If you assign None or a generated water material, you don't get the error. Looks like a regression in 2023.2 (package version 16).
Steps to reproduce:
1. Open the attached project
2. Open Assets/OutdoorsScene.unity
3. Select the Ocean gameobject
4. In the Water Surface component under Appearance, open the Custom Material Object picker
5. Select any of the default materials
Expected Result:
The water isn't rendered but no errors appear in the console.
Actual Result:
The console is spammed with errors until the material is removed
Issue appears in 2023.2 using package version 16.x
Issue does not appear in 2023.1, 2022.3
Project and video attached.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment