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
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- Sprite renderer does not issue draw calls correctly when using SRP Batcher
- [Android] Flickering artifacts when using "ScriptableRenderer.EnqueuePass(RenderPassEvent.BeforeRenderingPostProcessing)" multiple times
Add comment