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
- The terrain appears darker when "Per-pixel Normal" is enabled
- [Linux] Editor assertion causes Test Runner to fail when executing it in Batch Mode
- Color selection by the mouse cursor is still enabled when the "Esc" button is pressed
- Game view becomes black and the Scene window becomes grey, “ArgumentOutOfRangeException” errors and “Render Pipeline error” warnings appear after changing the name or deleting URP/HDRP global settings file
- Transform Component is not accessible inside the Player when RuntimeInitializeOnLoadMethod is used
Add comment