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
- Animation stops at the end of the transition duration when the Animator preview is played
- Imported FBX Models are not visible in the Scene or previewable in the Project files when the Parallel Import option is enabled
- Adding or removing assets to bundles will cause other assets to be rebuilt when BuildAssetBundleOptions.UseContentHash is used
- Prefab overrides cannot be obtained when Serialized via Property
- ScrollRect scrolls up when activating a GameObject with a ScrollRect and an InputField under specific conditions
Add comment