Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
0
Found in
2018.4
2019.3.0b3
Issue ID
1185063
Regression
No
[Android] Additional arguments are not being used for the second IL2CPP invoke when building to Android
To reproduce:
1. Open attached project
2. Open Extra -> il2cppArgs menu, this is an additional menu added by included ExtraSettings script
3. Select Add args checkbox
4. Press Save Values button
5. Change to Android platform
6. Build it and open editor.log
Actual result: when il2cpp is invoked to compile second architecture the arguments are no longer used
Expected result: the arguments should be used both times
The additional arguments are:
> --compiler-flags="-save-stats" --linker-flags="-Wl,-no-gc-sections -save-stats"
Reproduced with: 2018.4.11f1; 2020.1.0a9
Can not check on 2017.4 due to errors.
Note: Editor.log added
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Add comment