Search Issue Tracker
Fixed in 2019.2.X
Votes
0
Found in
2018.3.6f1
2018.3.7f1
Issue ID
1131557
Regression
No
The generated IL2CPP code no longer Marshals a Struct to its Native Representation before passing it to a Native Function
To reproduce:
1. Download attached project "IL2CPPMarshalling.zip" and open in Unity
2. Open "Main" scene
3. Build for iOS
4. In the generated iOS Build folder under Classes > Native open "Bulk_Assembly-CSharp_0.cpp"
5. Search for "SendHandle"
6. Observe that IL2CPP code no longer performs a Marshaling step to Native Representation
Notes:
- Differences between 2018.2 and 2018.3 are attached in the Comments section
Reproduced on Unity 2018.3.6f1, 2018.3.7f1, 2019.1.0b5 and 2019.2.0a6
Not reproduced on Unity 2018.2.20f1 and 2018.3.5f1
Regression on Unity 2018.3.6f1
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
- Joint Gizmos for anchor and connectedAnchor do not respect their defined bodies when Swap Bodies is enabled
- Project Settings window opens up with a blank details pane when the "Configure" button is clicked in the Package Manager after installing the Cloud Diagnostics package
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
Resolution Note (fix version 2019.2):
The default array marshaling behavior for blittable arrays as fields was changed in 2018.3 to match the .NET Framework behavior.