Search Issue Tracker
Fixed
Fixed in 2021.3.16f1, 2022.2.0b9, 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
- Some VFX Window Panels close on entering Play mode
- VFX Graph using Redo action for Move and Connect node results in an unknown input value
- VFX Parameters are missing the documentation links
- Node name gets cut off in the Visual Effect Graph when the name is long
- Custom Particle System names textboxes are not correctly wrapped in the VFX Control panel
Add comment