Search Issue Tracker
Fixed
Votes
0
Found in
5.4.3f1
Issue ID
852445
Regression
No
Marshal.SizeOf() throws ArgumentException with IL2CPP
Reproduction steps:
1) Download and open user's attached project
2) Make sure that Android is selected as Platform
3) Make sure that Scripting Backend is set to IL2CPP
4) Build and run this project on any Android device
5) Using ADB check output and notice:
ArgumentException: Type 'CTcpPacket' cannot be marshaled as an unmanaged structure; no meaningful size or offset can be computed.
Expected results:
Application built with IL2CPP scripting backend should be working same as Mono2x (should not throw ArgumentException)
Actual results:
ArgumentException is being thrown.
Reproduced with: 5.6.0a3, 5.5.0f2, 5.4.3f1, 5.3.7p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GfxDeviceD3D12::AllocBottomLevelAccelerationStructure when using Raytracing
- The search icon in the "Searches" sections is blurry and inconsistent
- "RenderingCommandBuffer" error is thrown when switching to the tvOS platform
- Left side cog menu button is obstructed by the maximum Y value of the graph when editing a curve in the Particle System Curves
- "Property exceeds previous array size (64 vs 32)." warnings are thrown when switching from tvOS platform to a Standalone platform after restarting the Editor
Add comment