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
- [Linux][Mono] Crash on mono_exception_walk_trace when entering the Play Mode
- Memory usage rapidly increases when capturing a GameObject with a Line Renderer Component using Texture2D.ReadPixels
- Texture streaming causes all textures to be point filtered in Player when using Direct3D12 API
- [DXR] GPU memory leaks when Renderer.rayTracingMode is set to UnityEngine.Experimental.Rendering.RayTracingMode.DynamicGeometry
- RegisterValueChangeCallback is not called when changing the PropertyField value
Add comment