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
- Label text overflows its rect when resizing the Game view in Free Aspect
- UI Toolkit Slider value defaults to min value when the initial value is set in the UXML file
- The Player hangs when unloading a scene using the UnloadUnusedAssets() method
- [iOS] Too many texture parameters error is thrown when running on devices that support the number of parameters
- [MacOS] Trying to pick a Colour from full-screen window breaks Colour Picker Tool functionality
Add comment