Search Issue Tracker
Fixed
Votes
0
Found in
2023.1.4f1
Issue ID
UUM-43074
Regression
Yes
The Scene view turns white when searching for a non-existent GameObject in the Hierarchy window in a URP project
How to reproduce:
1. Open the “scene_repro.zip“ project
2. Write “new“ in the search bar in the Hierarchy window
3. Clear the search bar in the Hierarchy window and observe the Scene view
Expected result: The Scene view is normal and there are no errors in the Console
Actual result: The Scene view is white and there is an error in the Console
Reproducible with: 2023.1.0b21, 2023.1.4f1
Not reproducible with: 2021.3.28f1, 2022.3.5f1, 2023.1.0b20, 2023.2.0b1
Fixed in: 2023.1.5f1
Reproducible on: Windows 10, Windows 11
Errors:
ArgumentNullException: Value cannot be null.
Parameter name: value
UnityEngine.Object+MarshalledUnityObject.ThrowException[TException] (System.String message) (at <1543847fd92d461d999f9d8198ea8524>:0)
UnityEngine.MaterialPropertyBlock.SetTextureImpl (System.Int32 name, UnityEngine.Texture value) (at <1543847fd92d461d999f9d8198ea8524>:0)
UnityEngine.MaterialPropertyBlock.SetTexture (System.Int32 nameID, UnityEngine.Texture value) (at <1543847fd92d461d999f9d8198ea8524>:0)
Assertion failed
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
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
- 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
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-36458