Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2018.2.0f2
Issue ID
1065126
Regression
No
UnsafeUtility.MemCpyStride's argument sourceStride increments the destination pointer instead of the source pointer
Repro steps:
1. Open QA attached project "repro_1065126"
2. Enter Play Mode
3. Observe the Console
Expected: The 4th argument of MemCpyStride increments the source's pointer instead of the destination's pointer and the output is: "0 1 4 1 1 1 1 1 1 1 1"
Actual: The 4th argument of MemCpyStride increments the destination's pointer instead of the source's pointer and the output is: "0 1 1 1 1 0 1 1 1 1 1"
Reproducible with: 2018.2.14f1, 2018.3.0a3
Not reproducible with: 2018.3.0a4, 2018.3.0b8, 2019.1.0a7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UnityYamlMerge.exe doesn't correctly handle merge conflicts in modified properties on a prefab variant
- Inconsistent color scheme in "Details" section of "Select Presets" inspector window
- Crash on __pthread_kill when launching Editor via command-line with "-disableManagedDebugger" argument
- [VFX] Deleting “New Group Node” name doesn’t allow to type or add new name
- [VFX] Creating a long Group Node name breaks nodes boarders
Add comment