Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X
Votes
0
Found in
6000.0.24f1
Issue ID
UUM-85349
Regression
No
Errors are thrown when clicking "Refresh Virtual Offset Debug"
How to reproduce:
1. Create a new HDRP Sample project
2. Go to Window -> Rendering -> Lighting -> Adaptive Probe Volumes
3. Navigate to "Probe Invalidity Settings"
4. Click the "Refresh Virtual Offset Debug" button
5. Observe the Console
Expected results: No errors are thrown
Actual results: Two errors are thrown in the console
Reproducible with: 6000.0.24f1
Can't test with: 2021.3.45f1, 2022.3.50f1 (No "Adaptive Probe Volumes")
Reproducible on: macOS Sequoia 15.0 (M1)
Not reproducible on: No other environment tested
Note: Not reproduce after restarting the project
First lines of errors:
- GUI Error: Invalid GUILayout state in LightingWindow view. Verify that all layout Begin/End calls match
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219)
- KeyNotFoundException: The given key '35' was not present in the dictionary.
System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <a6d715f5ce8c4754a140b50ff638878a>:0)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Add comment