Unity Issue Tracker - Every GUIContent.none in the Editor is affected when setting GUIContent.none properties
Closed
UUM-84214
Every GUIContent.none in the Editor is affected when setting GUIContent.none properties
Unity: IMGUI Framework
As Designed
6.0.X
2022.3.X
2021.3.X
Despite it being writable, you should not be writing to GUIContent.none. Odin needs to fix how it's passing this around or a copy has to be made.
How to reproduce:
1. Open the attached project "IN-85595.zip"
2. Open Assets/Scenes/SampleScene.unity
3. Select "GameObject" in the Hierarchy window
Expected results: Not every label in the Editor that is GUIContent.none is set to "Test"
Actual results: Every label in the Editor that is GUIContent.none is set to "Test"