Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.0.64f1
6000.3.1f1
6000.4.0b1
6000.5.0a3
Issue ID
UUM-129943
Regression
No
Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
How to reproduce:
1. Create and open a new project
2. In the Package Manager, install the Collections and Mathematics packages
3. Import the “NativeListResizeTest.cs“ script into the project
4. Create a new GameObject in the Scene and attach the imported Script to it
5. Enter Play Mode
6. Observe the logs in the Console
Actual result: ‘Copied' and ‘Should copy' values don’t match (Copied number is almost always higher than ‘Should copy’ number)
Expected result: 'Copied’ and 'Should copy' values match
Reproducible in: 2023.1.0a1, 6000.0.64f1, 6000.3.1f1, 6000.4.0b1, 6000.5.0a3
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: No other environment tested
Comments (1)
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
- 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
shivamsh8870
Dec 10, 2025 04:31
Car games