Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2018.4
2019.2
2019.2.12f1
2019.3
2020.1
Issue ID
1202914
Regression
No
[IL2CPP] PreserveSig attribute is ignored when building with IL2CPP
How to reproduce:
1. Open the attached project ("case_1202914-IL2CPP PreserveSig.zip")
2. Make a Standalone build with IL2CPP scripting backend backend
3. Inside the build directory, navigate to "il2cppOutput/Assembly-CSharp.cpp"
4. Inspect the method "struct NOVTABLE I_GUIDUtility_t99B6741753D1A1A8B33D8FA93BAFF72EAB1393C6 : Il2CppIUnknown"
Expected results: Method returns 'int32_t' (PreserveSig attribute is used)
Actual results: Method takes int32_t*' (PreserveSig attribute is ignored)
Reproducible with: 2018.4.15f1, 2019.2.18f1, 2019.3.0f5, 2020.1.0a19
Couldn't test with 2017.4 (IL2CPP backend is not supported)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a3