Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0f3
Issue ID
1028758
Regression
No
[IL2CPP][Windows][iOS][Android] Building process fails when any code uses __arglist
To reproduce:
1. Download attached project "1028758.zip" and open in Unity
2. Open "bug" scene
3. In Player Settings change Scripting Backend to "Mono"
4. Try to build on Android platform
5. Observe it will build fine
6. Change Scripting Backend to "IL2CPP"
7. Try to build on Android platform
8. Observe that build will fail and in Console, there will be spammed some errors:
"IL2CPP error (no further information about what managed code was being converted is available)
Additional information: Build a development build for more information. The method or operation is not implemented."
Notes:
- This issue appears only on Windows
- In OSX everything works fine
- Building standalone works fine
- For Android platform, you can use Workaround - just change Scripting Backend to "Mono"
- For iOS platform, there is no Workaround cause Unity no longer support "Mono" Scripting Backend for iOS
- Errors with Development build and Project are shared in Comments section
Reproduced on Unity 5.6.5p4, 2017.1.3p4, 2017.2.3f1, 2017.3.2f1, 2017.4.3f1, 2018.1.0f2, 2018.2.0b4 and 2018.3.0a1
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
We do not plan to support __arglist in IL2CPP since it is an undocumented feature of C#