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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Add comment