Unity Issue Tracker - Component icon does not clear when Serialized field is changed to "None"
Fixed
UUM-27629
Component icon does not clear when Serialized field is changed to "None"
Unity: UI Toolkit Controls
Fixed
2023.3.X
2023.2.X
2023.1.X
2022.3.X
Won't Fix
2022.2.X
2022.2.0a9 onwards
This PR has landed in trunk - Unity 2023.3.0a1
Reproduction steps:
1. Open the attached “Test Project” project
2. Select “SerializedFieldBug” in the Hierarchy window
3. Select “Serialized Field Bug (Script)” Component and change the “Serialized Transform” value to anything in the Scene
4. Change back the “Serialized Transform” value to “None”
Expected result: “None” value displays no icon
Actual result: “None” value displays the previous icon (Transform icon)