Search Issue Tracker
Fixed in 2021.3.16f1
Fixed in 2021.3.X, 2022.2.X, 2023.1.X, 2023.1.0a10
Votes
0
Found in
2019.4.40f1
2020.3.36f1
2021.3.5f1
2022.1.6f1
2022.2.0a17
2023.1.0a1
Issue ID
UUM-8156
Regression
No
this.ValueToString(this.rawValue) is called every time when setting FloatField.value to the same value
Reproduction steps:
1. Open the attached "1415261.zip" project
2. Open the Profiler Window and set it to record in Editor mode
3. Open the "MyWindow" Window
4. Stop recording in the Profiler
5. Search for and observe the Profiler Marker named "ZZZZZ" in the Profiler Window
Expected result: There are no "GC Alloc" spikes
Actual result: There is a ~27MB "GC Alloc" spike
Reproducible with: 1.0.0 (2019.4.40f1, 2020.3.36f1, 2021.3.5f1, 2022.1.6f1, 2022.2.0a17)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Add comment