Search Issue Tracker
Fixed in 2023.1.2f1
Fixed in 2023.1.X, 2023.2.X, 2023.2.0a20
Votes
0
Found in
2023.1.0b16
2023.2.0a15
Issue ID
UUM-35703
Regression
No
Presets: "Clear the current value" string is displayed in the "Inspector" section when it is really not needed
Steps to reproduce:
- Create a project
- Add 2D/3D game object
- Go to the "Inspector" tab
- Select any component
- Click on the preset icon
- Verify, that the "Select Preset" window opens
- Turn on the "Inspector" window
- Find the "Clear the current value" line in the "All" tab and select it
- Observe the "Inspector" window
Actual Result: "Clear the current value" string becomes visible in the Inspector window.
Expected Result: This string is not needed. The window was empty before the action and the window is vacant after the activity. It doesn't provide any value. The best case would be that the "Clear the current value" string wouldn't be displayed at the beginning in the "All" tab. And only when the preset is created and can be cleared, only in this case it becomes valid.
Reproducible with: 2023.2.0a15, 2023.1.0b16,
Could not test with: 2022.2.19f1, 2021.3.24f1 (these versions have old UI).
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 2023.2):
The not needed string is removed from the "Inspector" window.