When using the universal render pipeline, creating a bumper using the Toolbox sidebar causes two error messages to appear. As long as the bumper is present, no more objects can be created and the error messages repeat when attempting to create any object, not just bumpers. Deleting the bumper solves the problem.
GUI Error: Invalid GUILayout state in ToolboxEditor view. Verify that all layout Begin/End calls match
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
The cause of the issue is that the bumper prefab from the URP support package has missing meshes. This should also be fixed, but in my opinion, it should not cause such a disruptive error.
https://github.com/user-attachments/assets/7fc3b2d9-31de-46d9-95e8-2e37cf5580ba
When using the universal render pipeline, creating a bumper using the Toolbox sidebar causes two error messages to appear. As long as the bumper is present, no more objects can be created and the error messages repeat when attempting to create any object, not just bumpers. Deleting the bumper solves the problem.
Error 1
Error2
The cause of the issue is that the bumper prefab from the URP support package has missing meshes. This should also be fixed, but in my opinion, it should not cause such a disruptive error.