Search Issue Tracker
Not Reproducible
Votes
0
Found in
6000.0.58f1
6000.2.6f1
6000.3.0b2
Issue ID
UUM-119376
Regression
No
"GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
Steps to reproduce:
1. Create new Unity project using empty HDRP Template
2. Open Lighting window (Window > Rendering > Lighting)
3. Create new Lighting Settings Asset in Lighting window
4. In Lighting window open Adaptive Probe Volumes tab
5. In Baking > Baking Mode change from Single Scene to Baking Set
6. In "Scenes in Baking Set" array press "+"
7. Observe the Console window
Actual results: Errors "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown in the Console window
Expected results: No errors should be thrown in the Console window
Reproducible with versions: 6000.0.58f1, 6000.2.6f1, 6000.3.0b2
Tested on (OS): Windows 11
Errors:
1. GUI Error: Invalid GUILayout state in LightingWindow view. Verify that all layout Begin/End calls match
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
2. NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Search.SearchView.SetSearchText (System.String searchText, UnityEditor.Search.TextCursorPlacement moveCursor) (at <6cc9440f4433436a9ebfa33271c2724c>:0)
UnityEditor.Search.SearchWindow.SetSearchText (System.String searchText, UnityEditor.Search.TextCursorPlacement moveCursor, System.Int32 cursorInsertPosition) (at <6cc9440f4433436a9ebfa33271c2724c>:0)
UnityEditor.Search.SearchWindow.SetSearchText (System.String searchText, UnityEditor.Search.TextCursorPlacement moveCursor) (at <6cc9440f4433436a9ebfa33271c2724c>:0)
UnityEditor.Search.DefaultAdvancedObjectSelector.SetSearchFilter (UnityEditor.SearchService.AdvancedObjectSelectorParameters& parameters) (at <6cc9440f4433436a9ebfa33271c2724c>:0)
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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Resolution Note:
Hello, I have tried reproducing it on the specified 6.3 version and it seems to be working fine(adding a vid). Closing the issue, let me know if it still reproduces, maybe there is more to the repro steps.