Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
Built-in
Issue ID
1403454
Regression
No
[UI Builder] Property value type "%" changes to "px" when restarting the Editor if the value was 0
How to reproduce:
1. Open the attached "1403454_Repro.zip" project
2. Open the UI Builder by double-clicking "UIDoc" found in the Assets folder
3. In the UI Builder Hierarchy select "Button"
4. In the UI Builder Inspector change Position's properties to use "%" (make sure values are 0)
5. Save the UI Builder (in the Viewport press File->Save)
6. Close and reopen the Editor
7. Open the UI Builder and inspect the Position properties type
Expected results: Properties type is "%"
Actual results: Properties types changed to "px"
Reproducible with: 1.0.0-preview.18 (2020.3.33f1), Built-in (2021.2.19f1, 2021.3.1f1, 2022.1.0b16, 2022.2.0a10)
Could not test with: 2019.4.33f1
Note:
- This happens with any Property in UI Builder that can be set as "%" and "px"
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:
This is not an issue per se. There is no unit type associated to a dimension property when its value is 0 (no override from default). So unit, even if set, will reset the next time the asset is loaded.