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
- Diagnostics logs are missing, duplicated, or out of order when viewing Player sessions in Cloud Diagnostics
- Prefab Overrides “Apply” button is too big and overlaps with the context menu’s outline
- Prefab Overrides “No Overrides” text is too large, and the the Context Menu of the Parent GameObject has a lot of empty space when opened
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
shivamsh8870
Dec 10, 2025 04:31
Car games