Search Issue Tracker
Fixed
Fixed in 2021.3.29f1, 2022.3.6f1, 2023.1.4f1, 2023.2.0a22
Votes
0
Found in
2021.3.11f1
2022.3.2f1
2023.1.0a15
2023.2.0a19
Issue ID
UUM-19166
Regression
No
Small values are turned to zeroes when copying and pasting the whole List
Reproduction steps:
# Open the attached project (“ArrayCopyBug“)
# Select ScriptableObject “Assets/SO“
# Copy List “Src“
# Paste to List “Dst“
Expected results: List “Dst” contains the same values as List “Src”
Actual results: Very small values are replaced with zeroes
Reproducible with: 2020.3.41f1, 2021.3.11f1, 2022.1.20f1, 2022.2.0b12, 2023.1.0a15
Reproduced on: Windows 11
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
- Editor crashes when debugging a for loop
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
Resolution Note (fix version 2023.2.0a22):
The fix makes sure double-s are parsed correctly in MiniJSON ParseNumber
Resolution Note (fix version 2023.1.4f1):
The fix makes sure double-s are parsed correctly in MiniJSON ParseNumber