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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-36458